diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2003-06-18 10:46:46 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2003-06-18 10:46:46 +0000 |
commit | 6ae1440724e5efa196663d1ff839618ce95da05e (patch) | |
tree | eb849ca6c9e041e80afdeed876e16ed18de677a1 /devel | |
parent | 6f37c372cdeace54f88657678607c88d6acf5018 (diff) | |
download | FreeBSD-ports-6ae1440724e5efa196663d1ff839618ce95da05e.zip FreeBSD-ports-6ae1440724e5efa196663d1ff839618ce95da05e.tar.gz |
Update to 2.19:
* Allow use of Config::General variables in tainted code.
* Add a search-path feature for include files.
Tidy up pkg-plist.
PR: ports/51838
Submitted by: Mathieu Arnold <m@absolight.net>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Config-General/Makefile | 12 | ||||
-rw-r--r-- | devel/p5-Config-General/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Config-General/pkg-descr | 2 | ||||
-rw-r--r-- | devel/p5-Config-General/pkg-plist | 16 |
4 files changed, 20 insertions, 12 deletions
diff --git a/devel/p5-Config-General/Makefile b/devel/p5-Config-General/Makefile index 9343ab6..ca6a8af 100644 --- a/devel/p5-Config-General/Makefile +++ b/devel/p5-Config-General/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Config-General -PORTVERSION= 2.15 +PORTVERSION= 2.19 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Config @@ -17,8 +17,14 @@ COMMENT= Perl5 module for handling Apache-style configuration files PERL_CONFIGURE= YES -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Config::General::Extended.3 Config::General::Interpolated.3 \ Config::General.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} <= 500600 +BUILD_DEPENDS= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +RUN_DEPENDS= ${BUILD_DEPENDS} +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-Config-General/distinfo b/devel/p5-Config-General/distinfo index 18f0c71..3c041e3 100644 --- a/devel/p5-Config-General/distinfo +++ b/devel/p5-Config-General/distinfo @@ -1 +1 @@ -MD5 (Config-General-2.15.tar.gz) = bacd6f23edb4a45b78129ed5485f415a +MD5 (Config-General-2.19.tar.gz) = 53d56dd9a23f062001721d78ec77e6b3 diff --git a/devel/p5-Config-General/pkg-descr b/devel/p5-Config-General/pkg-descr index 3b41aa4..65f4963 100644 --- a/devel/p5-Config-General/pkg-descr +++ b/devel/p5-Config-General/pkg-descr @@ -2,3 +2,5 @@ Config::General handles configuration files of a format inspired by Apache's httpd.conf file format. It features some enhancements such as here-documents, C-style commends and multiline options. Both reading and writing of configuration files is supported. + +WWW: http://search.cpan.org/dist/Config-General/ diff --git a/devel/p5-Config-General/pkg-plist b/devel/p5-Config-General/pkg-plist index 8ebadc4..7f6d80d 100644 --- a/devel/p5-Config-General/pkg-plist +++ b/devel/p5-Config-General/pkg-plist @@ -1,8 +1,8 @@ -lib/perl5/site_perl/%%PERL_VER%%/Config/General.pm -lib/perl5/site_perl/%%PERL_VER%%/Config/General/Extended.pm -lib/perl5/site_perl/%%PERL_VER%%/Config/General/Interpolated.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Config/General/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Config/General -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Config 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Config/General 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Config 2>/dev/null || true +%%SITE_PERL%%/Config/General.pm +%%SITE_PERL%%/Config/General/Extended.pm +%%SITE_PERL%%/Config/General/Interpolated.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/General/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/General +@dirrm %%SITE_PERL%%/Config/General +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Config 2>/dev/null || true |