diff options
author | miwi <miwi@FreeBSD.org> | 2008-09-23 16:03:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-09-23 16:03:40 +0800 |
commit | 6ebe6ffab06518121c376ddc67993b829bfb4dc8 (patch) | |
tree | d4a6d051a8464f67fc59f0c435043018d9d416ae /devel | |
parent | 1f9410652b23575a433a9f07f2bf6c8d3cd09ffc (diff) | |
download | freebsd-ports-gnome-6ebe6ffab06518121c376ddc67993b829bfb4dc8.tar.gz freebsd-ports-gnome-6ebe6ffab06518121c376ddc67993b829bfb4dc8.tar.zst freebsd-ports-gnome-6ebe6ffab06518121c376ddc67993b829bfb4dc8.zip |
Module to provide a configuration hash with option to read from file.
WWW: http://search.cpan.org/dist/Config-Options/
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Config-Options/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-Config-Options/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Config-Options/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-Config-Options/pkg-plist | 7 |
5 files changed, 35 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 9fe00a3a0f1e..7aa2d0be24f5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1071,6 +1071,7 @@ SUBDIR += p5-Config-JSON SUBDIR += p5-Config-Model SUBDIR += p5-Config-Objective + SUBDIR += p5-Config-Options SUBDIR += p5-Config-Properties SUBDIR += p5-Config-Record SUBDIR += p5-Config-Setting diff --git a/devel/p5-Config-Options/Makefile b/devel/p5-Config-Options/Makefile new file mode 100644 index 000000000000..1eaa8e3e5b02 --- /dev/null +++ b/devel/p5-Config-Options/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Config-Options +# Date created: September 15 2008 +# Whom: Martin Wilke <miwi@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= Config-Options +PORTVERSION= 0.08 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= miwi@FreeBSD.org +COMMENT= Provide a configuration hash with options + +PERL_CONFIGURE= yes + +MAN3= Config::Options.3 \ + Config::Options::Threaded.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Config-Options/distinfo b/devel/p5-Config-Options/distinfo new file mode 100644 index 000000000000..6f9fcc7abbac --- /dev/null +++ b/devel/p5-Config-Options/distinfo @@ -0,0 +1,3 @@ +MD5 (Config-Options-0.08.tar.gz) = 8167ac68027279959ec8152d3fd44bd3 +SHA256 (Config-Options-0.08.tar.gz) = 9438ca7be65c4fb5750bb462d88296aa223dfe3cb78b5c984f1a3375f666755c +SIZE (Config-Options-0.08.tar.gz) = 5989 diff --git a/devel/p5-Config-Options/pkg-descr b/devel/p5-Config-Options/pkg-descr new file mode 100644 index 000000000000..d6cd505acd9d --- /dev/null +++ b/devel/p5-Config-Options/pkg-descr @@ -0,0 +1,3 @@ +Module to provide a configuration hash with option to read from file. + +WWW: http://search.cpan.org/dist/Config-Options/ diff --git a/devel/p5-Config-Options/pkg-plist b/devel/p5-Config-Options/pkg-plist new file mode 100644 index 000000000000..cfc6c0a8f6d4 --- /dev/null +++ b/devel/p5-Config-Options/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Config/Options.pm +%%SITE_PERL%%/Config/Options/Threaded.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/Options/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/Options +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config +@dirrmtry %%SITE_PERL%%/Config/Options +@dirrmtry %%SITE_PERL%%/Config |