Lines 2-9
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= softhsm |
4 |
PORTNAME= softhsm |
5 |
PORTVERSION= 1.3.7 |
5 |
PORTVERSION= 1.3.8 |
6 |
PORTREVISION= 3 |
|
|
7 |
CATEGORIES= security |
6 |
CATEGORIES= security |
8 |
MASTER_SITES= http://dist.opendnssec.org/source/ |
7 |
MASTER_SITES= http://dist.opendnssec.org/source/ |
9 |
|
8 |
|
Lines 22-30
Link Here
|
22 |
CONFIGURE_ARGS= --with-botan=${LOCALBASE} --with-sqlite3=${LOCALBASE} \ |
21 |
CONFIGURE_ARGS= --with-botan=${LOCALBASE} --with-sqlite3=${LOCALBASE} \ |
23 |
--localstatedir=/var |
22 |
--localstatedir=/var |
24 |
INSTALL_TARGET= install-strip |
23 |
INSTALL_TARGET= install-strip |
25 |
USES= libtool ssl |
24 |
USES+= libtool ssl |
26 |
USE_LDCONFIG= yes |
25 |
USE_LDCONFIG= yes |
27 |
|
26 |
|
28 |
CONFLICTS= softhsm2-2.0.* |
27 |
CONFLICTS= softhsm2-[0-9]* |
29 |
|
28 |
|
30 |
.include <bsd.port.mk> |
29 |
.include <bsd.port.mk> |