summaryrefslogtreecommitdiff
path: root/net/ldapsh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ldapsh/Makefile')
-rw-r--r--net/ldapsh/Makefile26
1 files changed, 16 insertions, 10 deletions
diff --git a/net/ldapsh/Makefile b/net/ldapsh/Makefile
index bc99557dc5f3..fa98012a08ee 100644
--- a/net/ldapsh/Makefile
+++ b/net/ldapsh/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= ldapsh
-PORTVERSION= 1.2
-PORTREVISION= 1
+PORTVERSION= 2.0.b1
CATEGORIES= net
MASTER_SITES= http://madstop.com/ldapsh/
+DISTNAME= ldapsh-2.0b1
EXTRACT_SUFX= .tgz
MAINTAINER= flz@xbsd.org
@@ -18,9 +18,16 @@ COMMENT= Interactive shell used to administer ldap directories
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \
${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
+ ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \
${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent
RUN_DEPENDS= ${BUILD_DEPENDS}
+PKGMESSAGE= ${WRKDIR}/pkg-message
+
+SED_SCRIPT= -e 's,%%PREFIX%%,${PREFIX},g' \
+ -e 's,%%DOCSDIR%%,${DOCSDIR},g' \
+ -e 's,%%EXAMPLESDIR%%,${EXAMPLESDIR},g'
+
USE_PERL5= yes
NO_BUILD= yes
USE_REINPLACE= yes
@@ -28,20 +35,19 @@ WRKSRC= ${WRKDIR}/ldapsh
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 500600
-BUILD_DEPENDS+= ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long
-.endif
+post-patch:
+ ${REINPLACE_CMD} -e "s,/usr/local/bin/perl,${PERL}," ${WRKSRC}/ldapsh
+
+pre-install:
+ ${SED} ${SED_SCRIPT} ${PKGDIR}/pkg-message > ${WRKDIR}/pkg-message
do-install:
- ${MKDIR} ${DOCSDIR}
+ ${MKDIR} ${DOCSDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/COMMANDS ${DOCSDIR}
${INSTALL_SCRIPT} ${WRKSRC}/ldapsh ${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/examples/LdapConfig.pl ${PREFIX}/etc/LdapConfig.pl.sample
+ ${INSTALL_DATA} ${WRKSRC}/examples/LdapConfig.pl ${EXAMPLESDIR}/LdapConfig.pl
${CP} -r ${WRKSRC}/lib/Net ${SITE_PERL}
-post-patch:
- ${REINPLACE_CMD} -e "s,/usr/local/bin/perl,${PERL}," ${WRKSRC}/ldapsh
-
post-install:
${CAT} ${PKGMESSAGE}