mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
20 lines
394 B
Makefile
20 lines
394 B
Makefile
# Created by: 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|