diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-10 08:59:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-10 08:59:05 +0000 |
commit | 3c12ef15502915f7ec9c87e1d7cc0076ad3178c1 (patch) | |
tree | fc69a6699d9f0430bf4c06b6a98e92bd8687cbdc /security/py-crack | |
parent | b9eeb4a25b9574dd3786d653d85b789a5e6b4775 (diff) | |
download | pkgsrc-3c12ef15502915f7ec9c87e1d7cc0076ad3178c1.tar.gz |
py-crack: convert to egg.mk
Diffstat (limited to 'security/py-crack')
-rw-r--r-- | security/py-crack/Makefile | 8 | ||||
-rw-r--r-- | security/py-crack/PLIST | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/security/py-crack/Makefile b/security/py-crack/Makefile index ab9e9efab89..491e873381e 100644 --- a/security/py-crack/Makefile +++ b/security/py-crack/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2020/07/13 20:05:12 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2022/01/10 08:59:05 wiz Exp $ DISTNAME= pycrack-0.01 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:C/py//} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= security python MASTER_SITES= http://www.digitalevacuation.org/pycrack/ @@ -13,6 +13,8 @@ LICENSE= gnu-gpl-v2 DEPENDS+= crack>=5.0:../../security/crack -.include "../../lang/python/distutils.mk" +EGG_NAME= pycrack-0.1 + +.include "../../lang/python/egg.mk" .include "../../security/libcrack/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-crack/PLIST b/security/py-crack/PLIST index 48d72b27878..bd5071fd799 100644 --- a/security/py-crack/PLIST +++ b/security/py-crack/PLIST @@ -1,3 +1,6 @@ -@comment $NetBSD: PLIST,v 1.3 2012/04/08 20:21:55 wiz Exp $ -${PYSITELIB}/${EGG_FILE} +@comment $NetBSD: PLIST,v 1.4 2022/01/10 08:59:05 wiz Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/pycrack.so |