diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-26 22:30:02 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-26 22:30:02 +0000 |
commit | 92144196a4b9baf81efe3f97a8caa8bf00a38559 (patch) | |
tree | 68ca3847b247620e825fec69a8ed09a81a2de439 /net/shelldap | |
parent | 61ca95f20aa100c756d97be710d7ec71387ab512 (diff) | |
download | ports-92144196a4b9baf81efe3f97a8caa8bf00a38559.tar.gz ports-92144196a4b9baf81efe3f97a8caa8bf00a38559.zip |
Notes
Diffstat (limited to 'net/shelldap')
-rw-r--r-- | net/shelldap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/shelldap/Makefile b/net/shelldap/Makefile index aee4fa2dbce6..287de86d8a68 100644 --- a/net/shelldap/Makefile +++ b/net/shelldap/Makefile @@ -7,6 +7,7 @@ PORTNAME= shelldap PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.martini.nu/misc/ @@ -15,7 +16,6 @@ COMMENT= A shell-like environment for LDAP RUN_DEPENDS= ${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff \ ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \ - ${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/Term/Shell.pm:${PORTSDIR}/devel/p5-Term-Shell \ ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ ${SITE_PERL}/${PERL_ARCH}/Term/ReadLine/Gnu.pm:${PORTSDIR}/devel/p5-ReadLine-Gnu \ |