1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
Mathieu Arnold 95a28e9c7a Rename all three p5-ReadLine-(Gnu,Perl,TTYtter) to their real names
p5-Term-ReadLine-(Gnu,Perl,TTYtter).

I can't find any reason for p5-ReadLine-Gnu to have been added as
ReadLine-Gnu instead of Term-ReadLine-Gnu twenty years ago.

devel/p5-Term-ReadLine-Perl was added as a dupplicate a few years back
where it should not have, so change its maintainer to be perl@ like
devel/p5-ReadLine-Perl had.

Sponsored by:	Absolight
2016-06-21 13:24:53 +00:00

34 lines
868 B
Makefile

# Created by: Florent Thoumie <flz@xbsd.org>
# $FreeBSD$
PORTNAME= ldapsh
PORTVERSION= 2.00
PORTREVISION= 4
PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:LOOSIFER
MAINTAINER= flz@FreeBSD.org
COMMENT= Interactive shell used to administer ldap directories
BUILD_DEPENDS= p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \
p5-Term-ReadLine-Perl>=0:devel/p5-Term-ReadLine-Perl \
p5-perl-ldap>=0:net/p5-perl-ldap \
p5-Date-Manip>=0:devel/p5-Date-Manip \
p5-ParseLex>=0:devel/p5-ParseLex
RUN_DEPENDS:= ${BUILD_DEPENDS}
SUB_FILES= pkg-message
USES= perl5 shebangfix
USE_PERL5= configure
SHEBANG_FILES= ldapsh
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/COMMANDS ${STAGEDIR}${DOCSDIR}/
${INSTALL_DATA} ${WRKSRC}/examples/ldapsh_config ${STAGEDIR}${EXAMPLESDIR}/
.include <bsd.port.mk>