pkgsrc/textproc/py-biplist/Makefile
rodent 50c7f80c74 Updated to latest release, 0.7. Fixed HOMEPAGE. Changes:
Adding support for extended range of integers, large file unsigned
references, etc.
2014-07-16 23:21:51 +00:00

18 lines
509 B
Makefile

# $NetBSD: Makefile,v 1.2 2014/07/16 23:21:51 rodent Exp $
DISTNAME= biplist-0.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= python textproc
MASTER_SITES= https://pypi.python.org/packages/source/b/biplist/
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= https://bitbucket.org/wooster/biplist
COMMENT= Library for reading/writing binary plists
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"