pkgsrc/devel/py-serpent/Makefile
2016-06-08 17:43:20 +00:00

16 lines
411 B
Makefile

# $NetBSD: Makefile,v 1.3 2016/06/08 17:43:27 wiz Exp $
DISTNAME= serpent-1.4
PKGNAME= ${PYPKGPREFIX}-serpent-1.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=s/serpent/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://pypi.python.org/pypi/serpent
COMMENT= Simple serialization library
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"