Files
ports/print/py-pollyreports/Makefile
T
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

27 lines
582 B
Makefile

# Created by: Jose Jachuf <jjachuf@gmail.com>
# $FreeBSD$
PORTNAME= PollyReports
PORTVERSION= 1.8
CATEGORIES= print python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jjachuf@gmail.com
COMMENT= Band-oriented PDF report generation from database query
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
OPTIONS_DEFINE= REPORTLAB
REPORTLAB_DESC= Install Reportlab
REPORTLAB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}reportlab>=3.0:print/py-reportlab@${PY_FLAVOR}
.include <bsd.port.mk>