diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-03-21 02:05:22 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-03-21 02:05:22 +0000 |
commit | 0cb041531741a8ff9801f5c3d978ae8bc4ee2a0d (patch) | |
tree | cf2f5e816d6fc804aabaf491dfe89b7bd49ce258 /devel/p5-Config-Fast | |
parent | 9d12141f233ca33800214190b9f20ecd68f1cebc (diff) | |
download | ports-0cb041531741a8ff9801f5c3d978ae8bc4ee2a0d.tar.gz ports-0cb041531741a8ff9801f5c3d978ae8bc4ee2a0d.zip |
Notes
Diffstat (limited to 'devel/p5-Config-Fast')
-rw-r--r-- | devel/p5-Config-Fast/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Config-Fast/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Config-Fast/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-Config-Fast/pkg-plist | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/devel/p5-Config-Fast/Makefile b/devel/p5-Config-Fast/Makefile new file mode 100644 index 000000000000..736fc8568386 --- /dev/null +++ b/devel/p5-Config-Fast/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Config::Fast +# Date created: 10 Feb 2004 +# Whom: Xavier Beaudouin <kiwi@oav.net> +# +# $FreeBSD$ +# + +PORTNAME= Config-Fast +PORTVERSION= 1.04 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Config +PKGNAMEPREFIX= p5- + +MAINTAINER= kiwi@oav.net +COMMENT= Extremely fast configuration file parser + +PERL_CONFIGURE= yes + +MAN3= Config::Fast.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Config-Fast/distinfo b/devel/p5-Config-Fast/distinfo new file mode 100644 index 000000000000..24428697e0c2 --- /dev/null +++ b/devel/p5-Config-Fast/distinfo @@ -0,0 +1,2 @@ +MD5 (Config-Fast-1.04.tar.gz) = 8b87ba8eb42b6f9b471fdf357c19763b +SIZE (Config-Fast-1.04.tar.gz) = 6981 diff --git a/devel/p5-Config-Fast/pkg-descr b/devel/p5-Config-Fast/pkg-descr new file mode 100644 index 000000000000..50b9a281eaaa --- /dev/null +++ b/devel/p5-Config-Fast/pkg-descr @@ -0,0 +1,4 @@ +This Config::Fast module. This allow extremely fast configuration files to +be parsed. + +WWW: http://search.cpan.org/search?dist=Config-Fast diff --git a/devel/p5-Config-Fast/pkg-plist b/devel/p5-Config-Fast/pkg-plist new file mode 100644 index 000000000000..4bf508184110 --- /dev/null +++ b/devel/p5-Config-Fast/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Config/Fast.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/Fast/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/Fast +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Config 2>/dev/null || true |