mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
7fefc36814
- Update to 1.3.5 [1] - Allow staging - Convert lib depends to new format PR: ports/182548 [1] Submitted by: Jaap Akkerhuis <jaap NLnetLabs.nl> (maintainer) [1]
21 lines
503 B
Makefile
21 lines
503 B
Makefile
# Created by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= softhsm
|
|
PORTVERSION= 1.3.5
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://dist.opendnssec.org/source/
|
|
|
|
MAINTAINER= jaap@NLnetLabs.nl
|
|
COMMENT= Software implementation of a Hardware Security Module (HSM)
|
|
|
|
LIB_DEPENDS= libbotan.so:${PORTSDIR}/security/botan \
|
|
libsqlite3.so:${PORTSDIR}/databases/sqlite3
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-botan=${LOCALBASE} --with-sqlite3=${LOCALBASE}
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|