blob: c367c34d7f6640dd7c2619ce13f53259316f47cc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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= miwi@FreeBSD.org
COMMENT= Pure-Python PDF toolkit
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= pyPdf
.include <bsd.port.mk>
|