1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/print/py-pdf/Makefile
Marcus von Appen d45fbf3040 - Convert ports of news/ and print/ to new USES=python
Approved by: portmgr (implicit)
2014-10-24 16:42:59 +00:00

19 lines
378 B
Makefile

# Created by: Stefan Esser <se@FreeBSD.org>
# $FreeBSD$
PORTNAME= pdf
PORTVERSION= 1.13
PORTREVISION= 1
CATEGORIES= print python
MASTER_SITES= http://pybrary.net/pyPdf/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyPdf-${PORTVERSION}
MAINTAINER= jlaffaye@FreeBSD.org
COMMENT= Pure-Python PDF toolkit
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>