aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-03-18 05:24:41 +0800
committeryuri <yuri@FreeBSD.org>2018-03-18 05:24:41 +0800
commit75efb9b402cff2d3d98f4e00d2fd6ed18a8d2476 (patch)
treea95c57b41f0d61872eb421eb9c42bb0d49d69314 /print
parent6441050325c7fe536aa3c63c586b66887b44c306 (diff)
downloadfreebsd-ports-gnome-75efb9b402cff2d3d98f4e00d2fd6ed18a8d2476.tar.gz
freebsd-ports-gnome-75efb9b402cff2d3d98f4e00d2fd6ed18a8d2476.tar.zst
freebsd-ports-gnome-75efb9b402cff2d3d98f4e00d2fd6ed18a8d2476.zip
print/py-pdf2: Add LICENSE and LICENSE_FILE
* minor reordering Approved by: portmgr blanket
Diffstat (limited to 'print')
-rw-r--r--print/py-pdf2/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/print/py-pdf2/Makefile b/print/py-pdf2/Makefile
index 13d887e75233..c96f3504fbee 100644
--- a/print/py-pdf2/Makefile
+++ b/print/py-pdf2/Makefile
@@ -6,12 +6,15 @@ PORTVERSION= 1.26.0
CATEGORIES= print python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= PyPDF2-${PORTVERSION}
PKGNAMESUFFIX= 2
+DISTNAME= PyPDF2-${PORTVERSION}
MAINTAINER= m.tsatsenko@gmail.com
COMMENT= Pure-Python PDF toolkit
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
USES= python
USE_PYTHON= distutils autoplist