18 lines
304 B
Makefile
18 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>
|