diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2019-04-15 17:31:16 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2019-04-15 17:31:16 +0800 |
commit | 0f45141b72a6caf18c2d0d280162d950facfa966 (patch) | |
tree | ca111695bf6bbeee07e921487a78216db9ab3a43 /security/softhsm | |
parent | 395e5b12d4443c8133abbd4eaa65dc42db51d8de (diff) | |
download | freebsd-ports-gnome-0f45141b72a6caf18c2d0d280162d950facfa966.tar.gz freebsd-ports-gnome-0f45141b72a6caf18c2d0d280162d950facfa966.tar.zst freebsd-ports-gnome-0f45141b72a6caf18c2d0d280162d950facfa966.zip |
- Add LICENSE
- Update WWW
- Remove unneeded USES=ssl
Approved by: portmgr blanket
Diffstat (limited to 'security/softhsm')
-rw-r--r-- | security/softhsm/Makefile | 6 | ||||
-rw-r--r-- | security/softhsm/pkg-descr | 2 |
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/ |