aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-04-15 09:31:16 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-04-15 09:31:16 +0000
commit6f9de11a7232bd5f776cd489d1fd8bbf87e70203 (patch)
treeca111695bf6bbeee07e921487a78216db9ab3a43 /security
parent384d202136e470cab5afa7b8e3b44a0c4c866c74 (diff)
downloadports-6f9de11a7232bd5f776cd489d1fd8bbf87e70203.tar.gz
ports-6f9de11a7232bd5f776cd489d1fd8bbf87e70203.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/softhsm/Makefile6
-rw-r--r--security/softhsm/pkg-descr2
2 files changed, 5 insertions, 3 deletions
diff --git a/security/softhsm/Makefile b/security/softhsm/Makefile
index a8c81cec7392..37f3e7eeb511 100644
--- a/security/softhsm/Makefile
+++ b/security/softhsm/Makefile
@@ -9,11 +9,14 @@ MASTER_SITES= http://dist.opendnssec.org/source/
MAINTAINER= jaap@NLnetLabs.nl
COMMENT= Software implementation of a Hardware Security Module (HSM)
-LICENSE= BSD2CLAUSE
+LICENSE= BSD2CLAUSE ISCL
+LICENSE_COMB= multi
+LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libbotan-1.10.so:security/botan110 \
libsqlite3.so:databases/sqlite3
+USES= libtool
GNU_CONFIGURE= yes
# !!!!!!!!!!!!
# Changing the localstatedir is a huge POLA violation. Please leave it alone.
@@ -21,7 +24,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-botan=${LOCALBASE} --with-sqlite3=${LOCALBASE} \
--localstatedir=/var
INSTALL_TARGET= install-strip
-USES= libtool ssl
USE_LDCONFIG= yes
CONFLICTS= softhsm2-[0-9]*
diff --git a/security/softhsm/pkg-descr b/security/softhsm/pkg-descr
index 2a6647d36acb..d7e5b8e685e2 100644
--- a/security/softhsm/pkg-descr
+++ b/security/softhsm/pkg-descr
@@ -4,4 +4,4 @@ without having a Hardware Security Module. It is being developed
as a part of the OpenDNSSEC project. SoftHSM uses Botan for its
cryptographic operations.
-WWW: http://www.opendnssec.org/
+WWW: https://www.opendnssec.org/