opnsense-ports/net/shelldap/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

34 lines
987 B
Makefile

# Created by: Mahlon E. Smith <mahlon@martini.nu>
# $FreeBSD$
PORTNAME= shelldap
PORTVERSION= 1.1.1
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
USES= perl5
USE_PERL5= extract build run
PLIST_FILES= bin/shelldap man/man1/shelldap.1.gz
NO_BUILD= yes
post-extract:
${LOCALBASE}/bin/pod2man < ${WRKSRC}/shelldap > ${WRKSRC}/shelldap.1
do-install:
${INSTALL_MAN} ${WRKSRC}/shelldap.1 ${STAGEDIR}${MANPREFIX}/man/man1
${INSTALL_SCRIPT} ${WRKSRC}/shelldap ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>