pkgsrc/print/py-PDF2/Makefile
wiz 41e34a4b46 Import py27-PDF2-1.18 as print/py-PDF2.
PyPDF2 is a library for handling PDF files for python.  It is an
enhanced version of pyPdf, supporting more PDF files encountered
in the wild with better error handling.
2013-10-09 08:53:07 +00:00

16 lines
462 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/10/09 08:53:07 wiz Exp $
DISTNAME= PyPDF2-1.18
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//}
CATEGORIES= print python
MASTER_SITES= https://pypi.python.org/packages/source/P/PyPDF2/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mstamy2.github.io/PyPDF2/
COMMENT= PDF library for python
LICENSE= modified-bsd
WRKSRC= ${WRKDIR}/mstamy2-PyPDF2-4480180
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"