aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-perl-ldap/Makefile
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2003-04-24 08:52:52 +0800
committerkuriyama <kuriyama@FreeBSD.org>2003-04-24 08:52:52 +0800
commit0eb407fcb32a5c85260d0a0b1d0c090b39317e71 (patch)
treea3196cd08387bb8ddfb63001093f4ca4a2c5aa66 /net/p5-perl-ldap/Makefile
parentc90452e2d22d6d19c61c2bcd3c1d252e15b30d6e (diff)
downloadfreebsd-ports-gnome-0eb407fcb32a5c85260d0a0b1d0c090b39317e71.tar.gz
freebsd-ports-gnome-0eb407fcb32a5c85260d0a0b1d0c090b39317e71.tar.zst
freebsd-ports-gnome-0eb407fcb32a5c85260d0a0b1d0c090b39317e71.zip
Upgrade to 0.2701.
Sort pkg-plist and cleanup directories. Use $SITE_PERL variable. No response from: maintainer
Diffstat (limited to 'net/p5-perl-ldap/Makefile')
-rw-r--r--net/p5-perl-ldap/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/net/p5-perl-ldap/Makefile b/net/p5-perl-ldap/Makefile
index 7cfba50b6f82..3ad78b72fd6f 100644
--- a/net/p5-perl-ldap/Makefile
+++ b/net/p5-perl-ldap/Makefile
@@ -6,20 +6,21 @@
#
PORTNAME= perl-ldap
-PORTVERSION= 0.25
+PORTVERSION= 0.27.01
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
+DISTNAME= ${PORTNAME}-0.2701
MAINTAINER= scrappy@FreeBSD.org
COMMENT= A Client interface to LDAP servers
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Convert/ASN1.pm:${PORTSDIR}/converters/p5-Convert-ASN1 \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI/ldap.pm:${PORTSDIR}/net/p5-URI \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
+BUILD_DEPENDS= ${SITE_PERL}/Convert/ASN1.pm:${PORTSDIR}/converters/p5-Convert-ASN1 \
+ ${SITE_PERL}/URI/ldap.pm:${PORTSDIR}/net/p5-URI \
+ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
+ ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \
+ ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
PERL_CONFIGURE= yes
@@ -28,7 +29,6 @@ MAN3= Net::LDAP::Control::VLVResponse.3 \
Net::LDAP::Entry.3 \
Net::LDAP::Control::Sort.3 \
Net::LDAP::Util.3 \
- Authen::SASL.3 \
Bundle::Net::LDAP.3 \
Net::LDAP::Search.3 \
Net::LDAP::Security.3 \