summaryrefslogtreecommitdiffstats
path: root/dns/opendnssec/Makefile
blob: 5adeed64c23ccff0f17b762f68096392db1084ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# New ports collection makefile for:   opendnssec
# Date created:        28 December 2009
# Whom:                Jaap Akkerhuis <jaap@NLnetLabs.nl>
#
# $FreeBSD$
#

PORTNAME=	opendnssec
PORTVERSION=	1.2.1
CATEGORIES=	dns
MASTER_SITES=	http://www.opendnssec.org/files/source/

MAINTAINER=	jaap@NLnetLabs.nl
COMMENT=	Tool suite for maintaining DNSSEC

BUILD_DEPENDS=	ldns>=1.6.9:${PORTSDIR}/dns/ldns \
		rubygem-dnsruby>=1.52:${PORTSDIR}/dns/rubygem-dnsruby \
		sqlite3>=3.4.2:${PORTSDIR}/databases/sqlite3
LIB_DEPENDS=	ldns:${PORTSDIR}/dns/ldns \
		sqlite3:${PORTSDIR}/databases/sqlite3

GNU_CONFIGURE=	yes
USE_GNOME=	libxml2
USE_PERL5=	yes
USE_RUBY=	yes
USE_LDCONFIG=	yes

MAN1=		ods-auditor.1 ods-hsmspeed.1 ods-hsmutil.1 ods-kaspcheck.1 \
		ods-ksmutil.1
MAN5=		ods-timing.5
MAN7=		opendnssec.7
MAN8=		ods-control.8 ods-enforcerd.8 ods-signer.8 ods-signerd.8

PKGMESSAGE=	${WRKSRC}/MIGRATION

post-install:
.if !defined(BATCH)
	@${CAT} ${PKGMESSAGE}
.endif

.include <bsd.port.mk>
OpenPOWER on IntegriCloud