aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorbofh <bofh@FreeBSD.org>2019-04-10 03:39:49 +0800
committerbofh <bofh@FreeBSD.org>2019-04-10 03:39:49 +0800
commit275218dbcc2bcf5a97b8242e18282688dd1386cc (patch)
tree847a9faa9e7816f45bc77f48a20b19bcca9d4c78 /print
parenteb2b802240eb09406de301e87c46a24d2755c4b9 (diff)
downloadfreebsd-ports-gnome-275218dbcc2bcf5a97b8242e18282688dd1386cc.tar.gz
freebsd-ports-gnome-275218dbcc2bcf5a97b8242e18282688dd1386cc.tar.zst
freebsd-ports-gnome-275218dbcc2bcf5a97b8242e18282688dd1386cc.zip
print/py-trml2pdf: Change RUN_DEPENDS to print/py-reportlab
- Add LICENSE LGPL21 PR: 237081 Approved by: ports@caomhin.org
Diffstat (limited to 'print')
-rw-r--r--print/py-trml2pdf/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/print/py-trml2pdf/Makefile b/print/py-trml2pdf/Makefile
index 31af0041e9fa..b6bce1fbea6e 100644
--- a/print/py-trml2pdf/Makefile
+++ b/print/py-trml2pdf/Makefile
@@ -3,7 +3,7 @@
PORTNAME= trml2pdf
PORTVERSION= 1.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= print python
MASTER_SITES= SF/kraft/${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,14 +11,17 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@caomhin.org
COMMENT= Tiny RML2PDF easily creates PDF documents
+LICENSE= LGPL21
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}reportlab1>=0:print/py-reportlab1@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}reportlab>=0:print/py-reportlab@${PY_FLAVOR}
+
+USES= python:2.7 shebangfix tar:bzip2
+USE_PYTHON= flavors
NO_BUILD= yes
NO_ARCH= yes
-USES= python:2.7 shebangfix tar:bzip2
-USE_PYTHON= flavors
SHEBANG_FILES= trml2pdf/trml2pdf.py
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}