diff options
author | az <az@FreeBSD.org> | 2012-06-30 22:39:14 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 22:39:14 +0800 |
commit | c4488f29abd1339c42a704fb50b07d1210e0f3bc (patch) | |
tree | a25208b0a392c23b33fbca24c07360b17a5572c2 /net/ldapsh | |
parent | b05a8fe37751aa289876d113a2ba1f68df128404 (diff) | |
download | freebsd-ports-gnome-c4488f29abd1339c42a704fb50b07d1210e0f3bc.tar.gz freebsd-ports-gnome-c4488f29abd1339c42a704fb50b07d1210e0f3bc.tar.zst freebsd-ports-gnome-c4488f29abd1339c42a704fb50b07d1210e0f3bc.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'net/ldapsh')
-rw-r--r-- | net/ldapsh/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/ldapsh/Makefile b/net/ldapsh/Makefile index 9a5158a69ba2..44d3fdeb77ba 100644 --- a/net/ldapsh/Makefile +++ b/net/ldapsh/Makefile @@ -16,11 +16,11 @@ MASTER_SITE_SUBDIR= CPAN:LOOSIFER MAINTAINER= flz@FreeBSD.org COMMENT= Interactive shell used to administer ldap directories -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ - ${SITE_PERL}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl \ - ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \ - ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ - ${SITE_PERL}/Parse/Lex.pm:${PORTSDIR}/devel/p5-ParseLex +BUILD_DEPENDS= p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ + p5-ReadLine-Perl>=0:${PORTSDIR}/devel/p5-ReadLine-Perl \ + p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap \ + p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ + p5-ParseLex>=0:${PORTSDIR}/devel/p5-ParseLex RUN_DEPENDS:= ${BUILD_DEPENDS} SUB_FILES= pkg-message |