1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/print/py-pdf/Makefile
Pav Lucistnik 5337219b74 - Update to 1.11
PR:		ports/125640
Submitted by:	Wen heping <wenheping@gmail.com>
Approved by:	maintainer timeout (se; 1 month)
2008-09-05 15:40:05 +00:00

23 lines
459 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.11
CATEGORIES= print python
MASTER_SITES= http://pybrary.net/pyPdf/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyPdf-${PORTVERSION}
MAINTAINER= se@FreeBSD.org
COMMENT= Pure-Python PDF toolkit
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= pyPdf
.include <bsd.port.mk>