forked from Lainports/opnsense-ports
17 lines
304 B
Makefile
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>
|