diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-05-15 06:58:51 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-05-15 06:58:51 +0000 |
commit | ae1e652ce19a2c8fa965914603f670e6a777a509 (patch) | |
tree | 1907ff9623b0861ddb32654bbe310965261862b0 /misc/py-palettable/Makefile | |
parent | 877c1234e90dba854b5da21e03795d22af317715 (diff) | |
download | ports-ae1e652ce19a2c8fa965914603f670e6a777a509.tar.gz ports-ae1e652ce19a2c8fa965914603f670e6a777a509.zip |
Notes
Diffstat (limited to 'misc/py-palettable/Makefile')
-rw-r--r-- | misc/py-palettable/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/py-palettable/Makefile b/misc/py-palettable/Makefile index a8af33f57e44..c2d7287377df 100644 --- a/misc/py-palettable/Makefile +++ b/misc/py-palettable/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= palettable -DISTVERSION= 3.1.0 +DISTVERSION= 3.1.1 CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +10,7 @@ MAINTAINER= yuri@FreeBSD.org COMMENT= Library of color palettes for Python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/license.txt USES= python USE_PYTHON= autoplist distutils |