freebsd-ports/print/py-pdf2/Makefile
Antoine Brodin 377901b804 Simplify some USES=python
With hat:	portmgr
2017-12-29 09:01:54 +00:00

18 lines
368 B
Makefile

# Created by: Stefan Esser <se@FreeBSD.org>
# $FreeBSD$
PORTNAME= pdf
PORTVERSION= 1.26.0
CATEGORIES= print python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyPDF2-${PORTVERSION}
PKGNAMESUFFIX= 2
MAINTAINER= m.tsatsenko@gmail.com
COMMENT= Pure-Python PDF toolkit
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>