aboutsummaryrefslogtreecommitdiffstats
path: root/dns/opendnssec/Makefile
blob: b58242ccd5a4a6580ac33c3bea05611ec336abd0 (plain) (blame)
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
# New ports collection makefile for:   opendnssec
# Date created:        28 December 2009
# Whom:                Jaap Akkerhuis <jaap@NLnetLabs.nl>
#
# $FreeBSD$
#

PORTNAME=   opendnssec
PORTVERSION=    1.1.3
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.6:${PORTSDIR}/dns/ldns \
        ${PYTHON_SITELIBDIR}/Ft/Xml/__init__.py:${PORTSDIR}/textproc/py-4suite-xml \
        rubygem-dnsruby>=1.49:${PORTSDIR}/dns/rubygem-dnsruby
LIB_DEPENDS=    ldns:${PORTSDIR}/dns/ldns \
        sqlite3:${PORTSDIR}/databases/sqlite3

GNU_CONFIGURE=  yes
USE_GNOME=  libxml2
USE_PERL5=  yes
USE_PYTHON= 2.4+
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

pre-configure:
    @${REINPLACE_CMD} -e 's/ Ft.Xml.XPath//' ${WRKSRC}/signer/configure

.include <bsd.port.mk>