diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-12 08:57:23 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-12 08:57:23 +0000 |
commit | 1079ea549e0bd8ea61c2c8f85e63ab40dd3b982d (patch) | |
tree | 5c06acb02ba3446c21fe4af93ee9314f6a657f47 /security | |
parent | 20a7af247fba5131830281806eca7592e2f6920f (diff) | |
download | ports-1079ea549e0bd8ea61c2c8f85e63ab40dd3b982d.tar.gz ports-1079ea549e0bd8ea61c2c8f85e63ab40dd3b982d.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/softhsm2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/softhsm2/Makefile b/security/softhsm2/Makefile index 772a206f88b7..10c620b1bb46 100644 --- a/security/softhsm2/Makefile +++ b/security/softhsm2/Makefile @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= softhsm -PORTVERSION= 2.0.0.b3 +DISTVERSION= 2.0.0b3 CATEGORIES= security MASTER_SITES= http://dist.opendnssec.org/source/ \ http://dist.opendnssec.org/source/testing/ PKGNAMESUFFIX= 2 -DISTNAME= softhsm-2.0.0b3 MAINTAINER= jaap@NLnetLabs.nl COMMENT= Software implementation of a Hardware Security Module (HSM) |