aboutsummaryrefslogtreecommitdiff
path: root/print/py-pollyreports/Makefile
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2016-02-12 20:45:00 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2016-02-12 20:45:00 +0000
commit8a8e1be6d5f1e6a84d87fca8ff06eb8c9f3bdec7 (patch)
tree91b2a8ee1d56d03f8ff41da671406ed93a90a325 /print/py-pollyreports/Makefile
parent69ee3103181dfab14153a6158d1a9e2b37c98149 (diff)
downloadports-8a8e1be6d5f1e6a84d87fca8ff06eb8c9f3bdec7.tar.gz
ports-8a8e1be6d5f1e6a84d87fca8ff06eb8c9f3bdec7.zip
Notes
Diffstat (limited to 'print/py-pollyreports/Makefile')
-rw-r--r--print/py-pollyreports/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/print/py-pollyreports/Makefile b/print/py-pollyreports/Makefile
index 9c4220760c9e..cc6efc536a6f 100644
--- a/print/py-pollyreports/Makefile
+++ b/print/py-pollyreports/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= PollyReports
-PORTVERSION= 1.7.6
+PORTVERSION= 1.7.7
CATEGORIES= print python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,12 +12,13 @@ COMMENT= Band-oriented PDF report generation from database query
LICENSE= BSD2CLAUSE
-USES= python:2
-USE_PYTHON= distutils autoplist
+NO_ARCH= yes
+USES= python
+USE_PYTHON= autoplist distutils
OPTIONS_DEFINE= REPORTLAB
-REPORTLAB_DESC= Install Reportlab2
-REPORTLAB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}reportlab2>=2.1:${PORTSDIR}/print/py-reportlab2
+REPORTLAB_DESC= Install Reportlab
+REPORTLAB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}reportlab>=3.0:${PORTSDIR}/print/py-reportlab
.include <bsd.port.mk>