diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2018-07-27 12:36:54 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2018-07-27 12:36:54 +0000 |
commit | eb3f193a9388057ccec1181566f8d20ea9ff8e30 (patch) | |
tree | 3cb769d3b72aa56a013400569d3360f9ac83bb50 /security/softhsm2/Makefile | |
parent | 6004a788e9931b372b6c1fa248d6aadc29bbc93d (diff) | |
download | ports-eb3f193a9388057ccec1181566f8d20ea9ff8e30.tar.gz ports-eb3f193a9388057ccec1181566f8d20ea9ff8e30.zip |
Notes
Diffstat (limited to 'security/softhsm2/Makefile')
-rw-r--r-- | security/softhsm2/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/security/softhsm2/Makefile b/security/softhsm2/Makefile index 54d833bb93fa..a67e7b75db2d 100644 --- a/security/softhsm2/Makefile +++ b/security/softhsm2/Makefile @@ -3,6 +3,7 @@ PORTNAME= softhsm PORTVERSION= 2.4.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://dist.opendnssec.org/source/ \ http://dist.opendnssec.org/source/testing/ @@ -26,9 +27,11 @@ USE_LDCONFIG= yes LIB_DEPENDS+= libcppunit.so:devel/cppunit -OPTIONS_DEFINE= SQLITE +OPTIONS_DEFINE= SQLITE MIGRATE +MIGRATE_IMPLIES= SQLITE OPTIONS_SUB= yes SQLITE_DESC= Build with object store backend DB support (SQLITE3) +MIGRATE_DESC= Build the migration tool OPTIONS_SINGLE= CRYP OPTIONS_SINGLE_CRYP= CRYP_OPEN CRYP_BOTAN @@ -36,10 +39,11 @@ OPTIONS_SINGLE_CRYP= CRYP_OPEN CRYP_BOTAN CRYP_OPEN_DESC= Build with OpenSSL crypto library CRYP_BOTAN_DESC= Build with Botan crypto library -OPTIONS_DEFAULT= CRYP_OPEN +OPTIONS_DEFAULT= CRYP_OPEN SQLITE MIGRATE SQLITE_CONFIGURE_WITH= sqlite3=${LOCALBASE} objectstore-backend-db SQLITE_USES= sqlite +MIGRATE_CONFIGURE_WITH= migrate CRYP_BOTAN_CONFIGURE_ON= --with-crypto-backend=botan CRYP_BOTAN_LIB_DEPENDS= libbotan-1.10.so:security/botan110 |