mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
88cc504565
As per policy, based on timeouts on * www/py-scgi: bug#244982 * textproc/discount: bug#244981 * devel/py-python-gflags: bug#244965 * lang/go: bug#244783, https://reviews.freebsd.org/D24122 * news/py-yenc: bug#239309 * irc/libircclient: bug#221567
19 lines
375 B
Makefile
19 lines
375 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= ports@FreeBSD.org
|
|
COMMENT= Pure-Python PDF toolkit
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|