|
Lines 2-9
Link Here
|
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= softhsm |
4 |
PORTNAME= softhsm |
| 5 |
PORTVERSION= 2.5.0 |
5 |
PORTVERSION= 2.6.1 |
| 6 |
PORTREVISION= 2 |
|
|
| 7 |
CATEGORIES= security |
6 |
CATEGORIES= security |
| 8 |
MASTER_SITES= http://dist.opendnssec.org/source/ \ |
7 |
MASTER_SITES= http://dist.opendnssec.org/source/ \ |
| 9 |
http://dist.opendnssec.org/source/testing/ |
8 |
http://dist.opendnssec.org/source/testing/ |
|
Lines 26-31
Link Here
|
| 26 |
USE_LDCONFIG= yes |
25 |
USE_LDCONFIG= yes |
| 27 |
|
26 |
|
| 28 |
LIB_DEPENDS+= libcppunit.so:devel/cppunit |
27 |
LIB_DEPENDS+= libcppunit.so:devel/cppunit |
|
|
28 |
MY_DEPENDS+= p11-kit:security/p11-kit |
| 29 |
BUILD_DEPENDS+= ${MY_DEPENDS} |
| 30 |
RUN_DEPENDS+= ${MY_DEPENDS} |
| 29 |
|
31 |
|
| 30 |
OPTIONS_DEFINE= SQLITE MIGRATE |
32 |
OPTIONS_DEFINE= SQLITE MIGRATE |
| 31 |
MIGRATE_IMPLIES= SQLITE |
33 |
MIGRATE_IMPLIES= SQLITE |
|
Lines 46-52
Link Here
|
| 46 |
MIGRATE_CONFIGURE_WITH= migrate |
48 |
MIGRATE_CONFIGURE_WITH= migrate |
| 47 |
|
49 |
|
| 48 |
CRYP_BOTAN_CONFIGURE_ON= --with-crypto-backend=botan |
50 |
CRYP_BOTAN_CONFIGURE_ON= --with-crypto-backend=botan |
| 49 |
CRYP_BOTAN_LIB_DEPENDS= libbotan-1.10.so:security/botan110 |
51 |
CRYP_BOTAN_LIB_DEPENDS= libbotan-2.so:security/botan2 |
| 50 |
|
52 |
|
| 51 |
CRYP_OPEN_CONFIGURE_ON= --with-crypto-backend=openssl --with-openssl=${OPENSSLBASE} |
53 |
CRYP_OPEN_CONFIGURE_ON= --with-crypto-backend=openssl --with-openssl=${OPENSSLBASE} |
| 52 |
|
54 |
|