diff options
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-ZConf/Makefile | 30 | ||||
-rw-r--r-- | net/p5-ZConf/distinfo | 3 | ||||
-rw-r--r-- | net/p5-ZConf/pkg-descr | 3 | ||||
-rw-r--r-- | net/p5-ZConf/pkg-plist | 4 |
5 files changed, 41 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 044f3d36ed49..451300874563 100644 --- a/net/Makefile +++ b/net/Makefile @@ -628,6 +628,7 @@ SUBDIR += p5-XML-Compile-SOAP SUBDIR += p5-XML-Compile-SOAP-Daemon SUBDIR += p5-XPC + SUBDIR += p5-ZConf SUBDIR += p5-perl-ldap SUBDIR += p54u SUBDIR += panoptis diff --git a/net/p5-ZConf/Makefile b/net/p5-ZConf/Makefile new file mode 100644 index 000000000000..284122916ee3 --- /dev/null +++ b/net/p5-ZConf/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: p5-Net-LDAP-Makepath +# Date created: 2008-06-24 +# Whom: Zane C, Bowers <vvelox@vvelox.net> +# +# $FreeBSD$ +# + +PORTNAME= ZConf +PORTVERSION= 0.2.0 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX +PKGNAMEPREFIX= p5- + +MAINTAINER= vvelox@vvelox.net +COMMENT= A configuration system allowing for either file or LDAP backed storage + +RUN_DEPENDS= ${SITE_PERL}/Net/LDAP/Entry.pm:${PORTSDIR}/net/p5-perl-ldap \ + ${SITE_PERL}/Net/LDAP/Express.pm:${PORTSDIR}/net/p5-Net-LDAP-Express \ + ${SITE_PERL}/Net/LDAP/LDAPhash.pm:${PORTSDIR}/net/p5-Net-LDAP-LDAPhash \ + ${SITE_PERL}/Net/LDAP/Makepath.pm:${PORTSDIR}/net/p5-Net-LDAP-Makepath \ + ${SITE_PERL}/ZML.pm:${PORTSDIR}/devel/p5-ZML \ + ${SITE_PERL}/Chooser.pm:${PORTSDIR}/devel/p5-Chooser \ + ${SITE_PERL}/File/BaseDir.pm:${PORTSDIR}/devel/p5-File-BaseDir + +PERL_CONFIGURE= yes + +MAN3= ZConf.3 + +.include <bsd.port.mk> diff --git a/net/p5-ZConf/distinfo b/net/p5-ZConf/distinfo new file mode 100644 index 000000000000..52097687d46b --- /dev/null +++ b/net/p5-ZConf/distinfo @@ -0,0 +1,3 @@ +MD5 (ZConf-0.2.0.tar.gz) = a079ef1d6ace00cd2740ae99e09782d4 +SHA256 (ZConf-0.2.0.tar.gz) = 37e4d9a393e410dbe44db6a7064d819c10a745a8d430ec3a2646d06e5c77c590 +SIZE (ZConf-0.2.0.tar.gz) = 16722 diff --git a/net/p5-ZConf/pkg-descr b/net/p5-ZConf/pkg-descr new file mode 100644 index 000000000000..d5c6d4e9a81f --- /dev/null +++ b/net/p5-ZConf/pkg-descr @@ -0,0 +1,3 @@ +A configuration system allowing for either file or LDAP backed storage. + +WWW: http://search.cpan.org/dist/Net-LDAP-Makepath/ diff --git a/net/p5-ZConf/pkg-plist b/net/p5-ZConf/pkg-plist new file mode 100644 index 000000000000..c904d7204664 --- /dev/null +++ b/net/p5-ZConf/pkg-plist @@ -0,0 +1,4 @@ +%%SITE_PERL%%/ZConf.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/.packlist +@dirrmtry %%SITE_PERL%%/ZConf +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf |