diff options
author | adamw <adamw@FreeBSD.org> | 2015-02-15 03:20:00 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-02-15 03:20:00 +0800 |
commit | ee995fa96b9b1522797c5a2e6953e25de3c27d06 (patch) | |
tree | bb12d540f803790a641cd5683824e208296c2e5c /net/p5-perl-ldap | |
parent | facfe63085682dd65bc3cd6a80a37b5c17be541d (diff) | |
download | freebsd-ports-gnome-ee995fa96b9b1522797c5a2e6953e25de3c27d06.tar.gz freebsd-ports-gnome-ee995fa96b9b1522797c5a2e6953e25de3c27d06.tar.zst freebsd-ports-gnome-ee995fa96b9b1522797c5a2e6953e25de3c27d06.zip |
Update to 0.64.
While here, add an LWP option.
Changes: https://metacpan.org/changes/distribution/perl-ldap
Diffstat (limited to 'net/p5-perl-ldap')
-rw-r--r-- | net/p5-perl-ldap/Makefile | 13 | ||||
-rw-r--r-- | net/p5-perl-ldap/distinfo | 4 |
2 files changed, 13 insertions, 4 deletions
diff --git a/net/p5-perl-ldap/Makefile b/net/p5-perl-ldap/Makefile index baeea10fee2b..b06b031693f9 100644 --- a/net/p5-perl-ldap/Makefile +++ b/net/p5-perl-ldap/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= perl-ldap -PORTVERSION= 0.5800 -PORTREVISION= 1 +PORTVERSION= 0.6400 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MARSCHAP @@ -24,7 +23,17 @@ BUILD_DEPENDS= p5-Authen-SASL>=2.00:${PORTSDIR}/security/p5-Authen-SASL \ p5-XML-SAX-Writer>0:${PORTSDIR}/textproc/p5-XML-SAX-Writer RUN_DEPENDS:= ${BUILD_DEPENDS} +OPTIONS_DEFINE= LWP +LWP_DESC= LDAP support via LWP +LWP_BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-LWP-MediaTypes>=0:${PORTSDIR}/www/p5-LWP-MediaTypes \ + p5-HTTP-Negotiate>=0:${PORTSDIR}/www/p5-HTTP-Negotiate \ + p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-JSON>=0:${PORTSDIR}/converters/p5-JSON +LWP_RUN_DEPENDS:= ${LWP_BUILD_DEPENDS} + USES= perl5 USE_PERL5= configure + .include <bsd.port.mk> diff --git a/net/p5-perl-ldap/distinfo b/net/p5-perl-ldap/distinfo index a4aa62c23349..7ad58c6c73b3 100644 --- a/net/p5-perl-ldap/distinfo +++ b/net/p5-perl-ldap/distinfo @@ -1,2 +1,2 @@ -SHA256 (perl-ldap-0.58.tar.gz) = 7a928daa98dba4eb5114e9f416799e2a9b4467462c75aacef35203abaa7efcb1 -SIZE (perl-ldap-0.58.tar.gz) = 307111 +SHA256 (perl-ldap-0.64.tar.gz) = 9d5d71714f6c969e3a3ef406c1fa276a96028781e8cf38decd9a42f344dbdcb6 +SIZE (perl-ldap-0.64.tar.gz) = 310088 |