summaryrefslogtreecommitdiff
path: root/security/py-hsm
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-19 09:51:12 +0000
committerwiz <wiz@pkgsrc.org>2014-01-19 09:51:12 +0000
commit6432a51123e2e1d077c0850465ac7ce05ad050c2 (patch)
tree69542278991e08f437a1c98ba492d536e1b65152 /security/py-hsm
parentbaaecc8c47523b8a3187ff2f4cab40d336e91267 (diff)
downloadpkgsrc-6432a51123e2e1d077c0850465ac7ce05ad050c2.tar.gz
Adapt py-serial dependency. Fix PKGNAME. Bump PKGREVISION.
Diffstat (limited to 'security/py-hsm')
-rw-r--r--security/py-hsm/Makefile9
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"