Lines 2-13
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= softhsm |
4 |
PORTNAME= softhsm |
5 |
PORTVERSION= 2.0.0.b1 |
5 |
PORTVERSION= 2.0.0.b2 |
6 |
CATEGORIES= security |
6 |
CATEGORIES= security |
7 |
MASTER_SITES= http://dist.opendnssec.org/source/ \ |
7 |
MASTER_SITES= http://dist.opendnssec.org/source/ \ |
8 |
http://dist.opendnssec.org/source/testing/ |
8 |
http://dist.opendnssec.org/source/testing/ |
9 |
PKGNAMESUFFIX= 2 |
9 |
PKGNAMESUFFIX= 2 |
10 |
DISTNAME= softhsm-2.0.0b1 |
10 |
DISTNAME= softhsm-2.0.0b2 |
11 |
|
11 |
|
12 |
MAINTAINER= jaap@NLnetLabs.nl |
12 |
MAINTAINER= jaap@NLnetLabs.nl |
13 |
COMMENT= Software implementation of a Hardware Security Module (HSM) |
13 |
COMMENT= Software implementation of a Hardware Security Module (HSM) |
Lines 37-42
Link Here
|
37 |
|
37 |
|
38 |
CRYP_BOTAN_CONFIGURE_WITH= crypto-backend=botan |
38 |
CRYP_BOTAN_CONFIGURE_WITH= crypto-backend=botan |
39 |
|
39 |
|
|
|
40 |
.if defined(OPENSSL_PORT) && ${OPENSSL_PORT} == security/libressl |
41 |
CONFIGURE_ARGS+= --disable-gost |
42 |
.endif |
43 |
|
40 |
.include <bsd.port.options.mk> |
44 |
.include <bsd.port.options.mk> |
41 |
|
45 |
|
42 |
.if ${PORT_OPTIONS:MCRYP_BOTAN} |
46 |
.if ${PORT_OPTIONS:MCRYP_BOTAN} |