14 lines
405 B
Makefile
14 lines
405 B
Makefile
# $NetBSD: Makefile,v 1.4 2015/08/18 17:01:08 kleink Exp $
|
|
|
|
DISTNAME= PyPDF2-1.25.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//}
|
|
CATEGORIES= print python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyPDF2/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://mstamy2.github.io/PyPDF2/
|
|
COMMENT= PDF library for python
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|