mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
4376dbbb58
FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
25 lines
546 B
Makefile
25 lines
546 B
Makefile
# Created by: Jose Jachuf <jjachuf@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= PollyReports
|
|
PORTVERSION= 1.7.7
|
|
CATEGORIES= print python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jjachuf@gmail.com
|
|
COMMENT= Band-oriented PDF report generation from database query
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
OPTIONS_DEFINE= REPORTLAB
|
|
|
|
REPORTLAB_DESC= Install Reportlab
|
|
REPORTLAB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}reportlab>=3.0:print/py-reportlab@${PY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|