freebsd-ports/net/shelldap/Makefile
Pawel Pekala dde071e6b5 - Update to version 1.0.0 [1]
- Trim Makefile header
- Remove leading article from COMMENT
- Remove Author tag from pkg-descr (info available in perldoc page)

PR:		ports/177126 [1]
Submitted by:	Mahlon E. Smith <mahlon@martini.nu> (maintainer)
2013-03-20 21:08:03 +00:00

35 lines
934 B
Makefile

# Created by: Mahlon E. Smith <mahlon@martini.nu>
# $FreeBSD$
PORTNAME= shelldap
PORTVERSION= 1.0.0
CATEGORIES= net perl5
MASTER_SITES= http://dl.dropbox.com/u/7234177/Releases/ \
http://www.martini.nu/misc/
MAINTAINER= mahlon@martini.nu
COMMENT= Shell-like environment for LDAP
RUN_DEPENDS= p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff \
p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap \
p5-Term-Shell>=0:${PORTSDIR}/devel/p5-Term-Shell \
p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu \
p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck
USE_PERL5= yes
MAN1= shelldap.1
PLIST_FILES= bin/shelldap
NO_BUILD= yes
post-extract:
${LOCALBASE}/bin/pod2man < ${WRKSRC}/shelldap > ${WRKSRC}/shelldap.1
do-install:
${INSTALL_MAN} ${WRKSRC}/shelldap.1 ${MANPREFIX}/man/man1
${INSTALL_SCRIPT} ${WRKSRC}/shelldap ${PREFIX}/bin
.include <bsd.port.mk>