diff options
author | wiz <wiz> | 2014-01-19 09:51:12 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-01-19 09:51:12 +0000 |
commit | 4ac846e081cff85a0a99570e742310c0f0b402b6 (patch) | |
tree | 69542278991e08f437a1c98ba492d536e1b65152 /security | |
parent | b1a21ebf26ca71a8b1898abd05c03703566f1392 (diff) | |
download | pkgsrc-4ac846e081cff85a0a99570e742310c0f0b402b6.tar.gz |
Adapt py-serial dependency. Fix PKGNAME. Bump PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r-- | security/py-hsm/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/security/py-hsm/Makefile b/security/py-hsm/Makefile index 300745efe00..607864992b0 100644 --- a/security/py-hsm/Makefile +++ b/security/py-hsm/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2013/10/08 15:21:37 pettai Exp $ +# $NetBSD: Makefile,v 1.2 2014/01/19 09:51:12 wiz Exp $ DISTNAME= pyhsm-1.0.4g -PKGNAME= ${PYPKGPREFIX}-pyhsm-1.0.4g +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= http://opensource.yubico.com/python-pyhsm/releases/ @@ -10,7 +11,7 @@ HOMEPAGE= http://opensource.yubico.com/python-pyhsm/ COMMENT= Python package that talk to a YubiHSM LICENSE= modified-bsd -DEPENDS+= ${PYPKGPREFIX}-pyserial-[0-9]*:../../comms/py-serial +DEPENDS+= ${PYPKGPREFIX}-serial-[0-9]*:../../comms/py-serial DEPENDS+= ${PYPKGPREFIX}-crypto-[0-9]*:../../security/py-crypto PYDISTUTILSPKG= yes @@ -19,5 +20,7 @@ PYSETUP= setup.py USE_LANGUAGES= # none +CONFLICTS+= ${PYPKGPREFIX}-pyhsm-[0-9]* + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |