1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/print/py-pdf/Makefile
Julien Laffaye e93d85f4d6 Update my e-mail to my FreeBSD one.
While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE}

Approved by:	bapt (mentor)
2011-06-08 16:52:32 +00:00

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