23 lines
462 B
Makefile
23 lines
462 B
Makefile
# New ports collection makefile for: py-pdf
|
|
# Date created: 2007-10-04 16:46:22
|
|
# Whom: Stefan Esser <se@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pdf
|
|
PORTVERSION= 1.12
|
|
CATEGORIES= print python
|
|
MASTER_SITES= http://pybrary.net/pyPdf/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= pyPdf-${PORTVERSION}
|
|
|
|
MAINTAINER= kimelto@gmail.com
|
|
COMMENT= Pure-Python PDF toolkit
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= pyPdf
|
|
|
|
.include <bsd.port.mk>
|