2013-09-21 00:43:59 +02:00
|
|
|
# Created by: Stefan Esser <se@FreeBSD.org>
|
2007-10-08 08:54:19 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pdf
|
2010-12-28 21:56:25 +01:00
|
|
|
PORTVERSION= 1.13
|
2014-01-30 09:07:04 +01:00
|
|
|
PORTREVISION= 1
|
2007-10-08 08:54:19 +02:00
|
|
|
CATEGORIES= print python
|
|
|
|
MASTER_SITES= http://pybrary.net/pyPdf/
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= pyPdf-${PORTVERSION}
|
|
|
|
|
2011-06-08 18:52:32 +02:00
|
|
|
MAINTAINER= jlaffaye@FreeBSD.org
|
2007-10-08 08:54:19 +02:00
|
|
|
COMMENT= Pure-Python PDF toolkit
|
|
|
|
|
2014-10-24 18:42:59 +02:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
2007-10-08 08:54:19 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|