Files
pkgsrc-ng/net/py-IP/Makefile
2014-11-05 12:41:07 +01:00

18 lines
520 B
Makefile

# $NetBSD: Makefile,v 1.19 2014/01/25 10:30:16 wiz Exp $
DISTNAME= IPy-0.75
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/IPy/IP/}
CATEGORIES= net python
MASTER_SITES= http://pypi.python.org/packages/source/I/IPy/
MAINTAINER= wenheping@gmail.com
HOMEPAGE= https://github.com/haypo/python-ipy/
COMMENT= Python module to handle IPv4 and IPv6 address
LICENSE= modified-bsd
do-test:
${RUN}cd ${WRKSRC}/test; ${SETENV} ${TEST_ENV} ${PYTHONBIN} test_IPy.py
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"