Index: head/security/softhsm/Makefile =================================================================== --- head/security/softhsm/Makefile (revision 499008) +++ head/security/softhsm/Makefile (revision 499009) @@ -1,29 +1,31 @@ # Created by: Jaap Akkerhuis # $FreeBSD$ PORTNAME= softhsm PORTVERSION= 1.3.8 CATEGORIES= security 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. # !!!!!!!!!!!!!! CONFIGURE_ARGS= --with-botan=${LOCALBASE} --with-sqlite3=${LOCALBASE} \ --localstatedir=/var INSTALL_TARGET= install-strip -USES= libtool ssl USE_LDCONFIG= yes CONFLICTS= softhsm2-[0-9]* .include Index: head/security/softhsm/pkg-descr =================================================================== --- head/security/softhsm/pkg-descr (revision 499008) +++ head/security/softhsm/pkg-descr (revision 499009) @@ -1,7 +1,7 @@ SoftHSM is an implementation of a cryptographic store accessible through a PKCS #11 interface. You can use it to explore PKCS #11 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/