diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-10-10 14:09:02 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-10-10 14:09:02 +0800 |
commit | 368667b2819494634b6782929999aff40d8a53cb (patch) | |
tree | a5827edb988889cd0b1baf11e7a2a41a53693849 /net/p5-ZConf/Makefile | |
parent | c7855409d67c8b9113bce76a3286305ad668f104 (diff) | |
download | freebsd-ports-gnome-368667b2819494634b6782929999aff40d8a53cb.tar.gz freebsd-ports-gnome-368667b2819494634b6782929999aff40d8a53cb.tar.zst freebsd-ports-gnome-368667b2819494634b6782929999aff40d8a53cb.zip |
- Update to 4.0.0
PR: ports/150914
Submitted by: Zane C.B. <vvelox@vvelox.net> (maintainer)
Changes: http://search.cpan.org/dist/ZConf/Changes
Diffstat (limited to 'net/p5-ZConf/Makefile')
-rw-r--r-- | net/p5-ZConf/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/p5-ZConf/Makefile b/net/p5-ZConf/Makefile index 33454a37d0f2..2ba8ddc2dedc 100644 --- a/net/p5-ZConf/Makefile +++ b/net/p5-ZConf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ZConf -PORTVERSION= 3.1.0 +PORTVERSION= 4.0.0 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX @@ -23,11 +23,12 @@ RUN_DEPENDS= ${SITE_PERL}/Net/LDAP/Entry.pm:${PORTSDIR}/net/p5-perl-ldap \ ${SITE_PERL}/File/BaseDir.pm:${PORTSDIR}/devel/p5-File-BaseDir \ ${SITE_PERL}/Net/LDAP/AutoDNs.pm:${PORTSDIR}/net/p5-Net-LDAP-AutoDNs \ ${SITE_PERL}/Net/LDAP/AutoServer.pm:${PORTSDIR}/net/p5-Net-LDAP-AutoServer - BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes -MAN3= ZConf.3 +MAN3= ZConf.3 \ + ZConf::backends::file.3 \ + ZConf::backends::ldap.3 .include <bsd.port.mk> |