diff options
author | wg <wg@FreeBSD.org> | 2014-06-26 22:09:06 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2014-06-26 22:09:06 +0800 |
commit | 8ca9f9cfea8d2658b2db8eeaa164060ec833fffa (patch) | |
tree | 42339a9a817f9395dd92def1a15df9551ff2842d /print | |
parent | 30632e47b68f37214d56a29dd277da5bbe0a66ce (diff) | |
download | freebsd-ports-gnome-8ca9f9cfea8d2658b2db8eeaa164060ec833fffa.tar.gz freebsd-ports-gnome-8ca9f9cfea8d2658b2db8eeaa164060ec833fffa.tar.zst freebsd-ports-gnome-8ca9f9cfea8d2658b2db8eeaa164060ec833fffa.zip |
print/py-pollyreports: support stage
- Use options helper
- Adjust LICENSE
- Use auto plist
Approved by: portmgr (stage blanket)
Diffstat (limited to 'print')
-rw-r--r-- | print/py-pollyreports/Makefile | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/print/py-pollyreports/Makefile b/print/py-pollyreports/Makefile index dec90174f3d1..00a7ce5a5e05 100644 --- a/print/py-pollyreports/Makefile +++ b/print/py-pollyreports/Makefile @@ -10,24 +10,16 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jjachuf@gmail.com COMMENT= Band-oriented PDF report generation from database query -LICENSE= BSD +LICENSE= BSD2CLAUSE USE_PYTHON= 2 USE_PYDISTUTILS=yes - -PLIST_FILES= %%PYTHON_SITELIBDIR%%/PollyReports.py \ - %%PYTHON_SITELIBDIR%%/PollyReports.pyc \ - %%PYTHON_SITELIBDIR%%/PollyReports.pyo +PYDISTUTILS_AUTOPLIST= yes OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}/options OPTIONS_DEFINE= REPORTLAB -REPORTLAB_DESC= Install Reportlab2 -NO_STAGE= yes -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MREPORTLAB} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}reportlab2>=2.1:${PORTSDIR}/print/py-reportlab2 -.endif +REPORTLAB_DESC= Install Reportlab2 +REPORTLAB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}reportlab2>=2.1:${PORTSDIR}/print/py-reportlab2 .include <bsd.port.mk> |