mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
a84c115a09
Approved by: portmgr (not really, but touches unstaged ports)
23 lines
462 B
Makefile
23 lines
462 B
Makefile
# Created by: Zane C. Bowers
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ldnsm
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= dns
|
|
MASTER_SITES= http://vvelox.net/src/ldap/
|
|
|
|
MAINTAINER= vvelox@vvelox.net
|
|
COMMENT= Manages LDAP enteries for the BIND9 SDB LDAP patch
|
|
|
|
USES= perl5 tar:tgz
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= bin/ldnsm man/man1/ldnsm.1.gz man/man5/dotldnsm.5.gz
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
|
|
do-install:
|
|
@${EXEC} cd ${WRKSRC} ; ${WRKSRC}/install ${STAGEDIR}${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|