Lines 3-8
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= softhsm |
4 |
PORTNAME= softhsm |
5 |
PORTVERSION= 2.4.0 |
5 |
PORTVERSION= 2.4.0 |
|
|
6 |
PORTREVISION= 1 |
6 |
CATEGORIES= security |
7 |
CATEGORIES= security |
7 |
MASTER_SITES= http://dist.opendnssec.org/source/ \ |
8 |
MASTER_SITES= http://dist.opendnssec.org/source/ \ |
8 |
http://dist.opendnssec.org/source/testing/ |
9 |
http://dist.opendnssec.org/source/testing/ |
Lines 26-34
Link Here
|
26 |
|
27 |
|
27 |
LIB_DEPENDS+= libcppunit.so:devel/cppunit |
28 |
LIB_DEPENDS+= libcppunit.so:devel/cppunit |
28 |
|
29 |
|
29 |
OPTIONS_DEFINE= SQLITE |
30 |
OPTIONS_DEFINE= SQLITE MIGRATE |
|
|
31 |
MIGRATE_IMPLIES= SQLITE |
30 |
OPTIONS_SUB= yes |
32 |
OPTIONS_SUB= yes |
31 |
SQLITE_DESC= Build with object store backend DB support (SQLITE3) |
33 |
SQLITE_DESC= Build with object store backend DB support (SQLITE3) |
|
|
34 |
MIGRATE_DESC= Build the migration tool |
32 |
|
35 |
|
33 |
OPTIONS_SINGLE= CRYP |
36 |
OPTIONS_SINGLE= CRYP |
34 |
OPTIONS_SINGLE_CRYP= CRYP_OPEN CRYP_BOTAN |
37 |
OPTIONS_SINGLE_CRYP= CRYP_OPEN CRYP_BOTAN |
Lines 36-45
Link Here
|
36 |
CRYP_OPEN_DESC= Build with OpenSSL crypto library |
39 |
CRYP_OPEN_DESC= Build with OpenSSL crypto library |
37 |
CRYP_BOTAN_DESC= Build with Botan crypto library |
40 |
CRYP_BOTAN_DESC= Build with Botan crypto library |
38 |
|
41 |
|
39 |
OPTIONS_DEFAULT= CRYP_OPEN |
42 |
OPTIONS_DEFAULT= CRYP_OPEN SQLITE MIGRATE |
40 |
|
43 |
|
41 |
SQLITE_CONFIGURE_WITH= sqlite3=${LOCALBASE} objectstore-backend-db |
44 |
SQLITE_CONFIGURE_WITH= sqlite3=${LOCALBASE} objectstore-backend-db |
42 |
SQLITE_USES= sqlite |
45 |
SQLITE_USES= sqlite |
|
|
46 |
MIGRATE_CONFIGURE_WITH= migrate |
43 |
|
47 |
|
44 |
CRYP_BOTAN_CONFIGURE_ON= --with-crypto-backend=botan |
48 |
CRYP_BOTAN_CONFIGURE_ON= --with-crypto-backend=botan |
45 |
CRYP_BOTAN_LIB_DEPENDS= libbotan-1.10.so:security/botan110 |
49 |
CRYP_BOTAN_LIB_DEPENDS= libbotan-1.10.so:security/botan110 |