mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
377901b804
With hat: portmgr
19 lines
368 B
Makefile
19 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>
|