aboutsummaryrefslogtreecommitdiffstats
path: root/dns/ldnsm/Makefile
blob: ed9b1f146edf2197dc0961ca6f278e8a847a131b (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
39
# New ports collection makefile for: qar-bufo
# Date created:        18 April 2007
# Whom:                Zane C. Bowers
#
# $FreeBSD$
#

PORTNAME=   ldnsm
PORTVERSION=    0.2.0
CATEGORIES= dns
MASTER_SITES=   http://vvelox.net/src/ldap/
DISTNAME=   ${PORTNAME}-${PORTVERSION}
EXTRACT_SUFX=   .tgz

MAINTAINER= vvelox@vvelox.net
COMMENT=    Manages LDAP enteries for the BIND9 SDB LDAP patch

USE_PERL5=  yes

PLIST_FILES=    bin/ldnsm

MAN1=       ldnsm.1

MAN5=       dotldnsm.5

WRKSRC=     ${WRKDIR}/${PORTNAME}

#nothing to configure
do-configure:
    @${ECHO} -n

#nothing to build
do-build:
    @${ECHO} -n

do-install:
    @${EXEC} cd ${WRKDIR}/${PORTNAME}/ ; ${WRKDIR}/${PORTNAME}/install ${PREFIX}

.include <bsd.port.mk>