freebsd-ports/dns/ldnsm/Makefile
Martin Wilke ce8b0293df Manages LDAP entries for the BIND9 SDB LDAP patch.
Supports adding, removing, and modifying enteries.

The attributes it can handle are TTL, A record, C name, AAAA
record, and MX record. Outside of TTL, multiple attributes
for each type record.

WWW: http://vvelox.net/projects/ldnsm/

PR:		ports/112191
Submitted by:	Zane C. Bowers
2007-06-04 08:31:46 +00:00

39 lines
692 B
Makefile

# 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>