opnsense-ports/textproc/py-pdfrw/Makefile
Franco Fichtner 7efd253b21 */*: sync with upstream
Taken from: HardenedBSD
2018-06-22 07:30:49 +02:00

17 lines
304 B
Makefile

# $FreeBSD$
PORTNAME= pdfrw
PORTVERSION= 0.4
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= greg@unrelenting.technology
COMMENT= PDF file reader/writer library
LICENSE= MIT
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>