1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/print/py-pdf2/Makefile
Sunpoet Po-Chuan Hsieh 0414f5e7b9 Add NO_ARCH
Approved by:	portmgr (blanket)
2019-04-12 20:58:57 +00:00

24 lines
435 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}
PKGNAMESUFFIX= 2
DISTNAME= PyPDF2-${PORTVERSION}
MAINTAINER= m.tsatsenko@gmail.com
COMMENT= Pure-Python PDF toolkit
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>