diff options
Diffstat (limited to 'net/py-IP/Makefile')
-rw-r--r-- | net/py-IP/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/py-IP/Makefile b/net/py-IP/Makefile index 3d04156d58d..00acf747b00 100644 --- a/net/py-IP/Makefile +++ b/net/py-IP/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2021/01/03 21:52:16 adam Exp $ +# $NetBSD: Makefile,v 1.25 2022/01/10 08:40:59 wiz Exp $ DISTNAME= IPy-1.01 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/IPy/IP/} +PKGREVISION= 1 CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=I/IPy/} @@ -12,8 +13,10 @@ LICENSE= modified-bsd USE_LANGUAGES= # none +EGG_NAME= IPy-1.1 + do-test: cd ${WRKSRC}/test && ${SETENV} ${TEST_ENV} ${PYTHONBIN} test_IPy.py -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |