diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-03 23:21:56 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-03 23:21:56 +0000 |
commit | e21b3ca271a3fbe53582b32d81f0f8a8c95bd982 (patch) | |
tree | df33b50510f0ff6a43dac6a38a4c88c35c07eac6 /net/p5-perl-ldap | |
parent | fb375fb60a8e1b471216a9d99b00c242b06568a7 (diff) | |
download | ports-e21b3ca271a3fbe53582b32d81f0f8a8c95bd982.tar.gz ports-e21b3ca271a3fbe53582b32d81f0f8a8c95bd982.zip |
Notes
Diffstat (limited to 'net/p5-perl-ldap')
-rw-r--r-- | net/p5-perl-ldap/Makefile | 21 | ||||
-rw-r--r-- | net/p5-perl-ldap/distinfo | 4 |
2 files changed, 15 insertions, 10 deletions
diff --git a/net/p5-perl-ldap/Makefile b/net/p5-perl-ldap/Makefile index 68db840f1fc4..a467357df0d4 100644 --- a/net/p5-perl-ldap/Makefile +++ b/net/p5-perl-ldap/Makefile @@ -6,21 +6,26 @@ # PORTNAME= perl-ldap -PORTVERSION= 0.4001 +PORTVERSION= 0.4200 CATEGORIES= net perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= Net/GBARR +MASTER_SITE_SUBDIR= CPAN:GBARR PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:C/00$//} MAINTAINER= perl@FreeBSD.org COMMENT= A Client interface to LDAP (includes Net::LDAP) -BUILD_DEPENDS= ${SITE_PERL}/Convert/ASN1.pm:${PORTSDIR}/converters/p5-Convert-ASN1 \ - ${SITE_PERL}/URI/ldap.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \ - ${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL \ - ${SITE_PERL}/XML/SAX/Writer.pm:${PORTSDIR}/textproc/p5-XML-SAX-Writer -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= p5-Authen-SASL>=2.00:${PORTSDIR}/security/p5-Authen-SASL \ + p5-Convert-ASN1>=0.07:${PORTSDIR}/converters/p5-Convert-ASN1 \ + p5-IO-Socket-SSL>=1.26:${PORTSDIR}/security/p5-IO-Socket-SSL \ + p5-URI>=1.10:${PORTSDIR}/net/p5-URI \ + p5-XML-SAX-Writer>=0:${PORTSDIR}/textproc/p5-XML-SAX-Writer +BUILD_DEPENDS:= p5-Authen-SASL>=2.00:${PORTSDIR}/security/p5-Authen-SASL \ + p5-Convert-ASN1>=0.07:${PORTSDIR}/converters/p5-Convert-ASN1 \ + p5-IO-Socket-SSL>=1.26:${PORTSDIR}/security/p5-IO-Socket-SSL \ + p5-URI>=1.10:${PORTSDIR}/net/p5-URI \ + p5-XML-SAX-Writer>=0:${PORTSDIR}/textproc/p5-XML-SAX-Writer PERL_CONFIGURE= yes diff --git a/net/p5-perl-ldap/distinfo b/net/p5-perl-ldap/distinfo index 4c8cfff6cea6..1c494744c02c 100644 --- a/net/p5-perl-ldap/distinfo +++ b/net/p5-perl-ldap/distinfo @@ -1,2 +1,2 @@ -SHA256 (perl-ldap-0.4001.tar.gz) = fae2cf183b6b214ee904eea854ea84ba54b13ce28d8ea6d62f70760f4e8bfc6a -SIZE (perl-ldap-0.4001.tar.gz) = 254232 +SHA256 (perl-ldap-0.42.tar.gz) = 3a71eb2695bc4f2765ec05c5ef6d6fa6bcc5a9ef25ce817a1ee20bd2b3055689 +SIZE (perl-ldap-0.42.tar.gz) = 254456 |