summaryrefslogtreecommitdiff
path: root/textproc/py-pdfrw/Makefile
blob: 808b5393e290995c3e470f52659ffe9064c89634 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	pdfrw
PORTVERSION=	0.4
CATEGORIES=	textproc python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	greg@unrelenting.technology
COMMENT=	PDF file reader/writer library

LICENSE=	MIT

USES=		python:3.6+
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>