freebsd-ports/security/softhsm/Makefile
Jason Helfman 53728fcef9 - Update to 1.3.3
* Increased performance by adding more indexes to the database.
* Describe the usage of SO and user PIN in the README.

PR:	ports/168079
Submitted by:	maintainer, jaap@NLnetLabs.nl
2012-05-18 14:55:18 +00:00

27 lines
657 B
Makefile

# New ports collection makefile for: softhsm
# Date created: 15 December 2009
# Whom: Jaap Akkerhuis <jaap@NLnetLabs.nl>
#
# $FreeBSD$
#
PORTNAME= softhsm
PORTVERSION= 1.3.3
CATEGORIES= security
MASTER_SITES= http://www.opendnssec.org/files/source/
MAINTAINER= jaap@NLnetLabs.nl
COMMENT= A software implementation of a Hardware Security Module (HSM)
LIB_DEPENDS= botan:${PORTSDIR}/security/botan \
sqlite3:${PORTSDIR}/databases/sqlite3
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-botan=${LOCALBASE} --with-sqlite3=${LOCALBASE}
USE_LDCONFIG= yes
MAN1= softhsm.1 softhsm-keyconv.1
MAN5= softhsm.conf.5
.include <bsd.port.mk>