diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Config-MVP/Makefile | 32 | ||||
-rw-r--r-- | devel/p5-Config-MVP/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Config-MVP/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-Config-MVP/pkg-plist | 16 |
5 files changed, 58 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 160b1463b042..5c36e12b09c5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1196,6 +1196,7 @@ SUBDIR += p5-Config-JFDI SUBDIR += p5-Config-JSON SUBDIR += p5-Config-Model + SUBDIR += p5-Config-MVP SUBDIR += p5-Config-Objective SUBDIR += p5-Config-Options SUBDIR += p5-Config-Properties diff --git a/devel/p5-Config-MVP/Makefile b/devel/p5-Config-MVP/Makefile new file mode 100644 index 000000000000..c5e6aa3de4d4 --- /dev/null +++ b/devel/p5-Config-MVP/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: Config-MVP +# Date created: 27 December 2009 +# Whom: andrey@kostenko.name +# +# $FreeBSD$ + +PORTNAME= Config-MVP +PORTVERSION= 0.093350 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= andrey@kostenko.name +COMMENT= Multivalue-property package-oriented configuration + +BUILD_DEPENDS= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable \ + p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ + p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= YES +MAN3= Config::MVP.3\ + Config::MVP::Assembler.3\ + Config::MVP::Assembler::WithBundles.3\ + Config::MVP::Reader.3\ + Config::MVP::Reader::Findable.3\ + Config::MVP::Reader::Finder.3\ + Config::MVP::Reader::Hash.3\ + Config::MVP::Section.3\ + Config::MVP::Sequence.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Config-MVP/distinfo b/devel/p5-Config-MVP/distinfo new file mode 100644 index 000000000000..352bb565d005 --- /dev/null +++ b/devel/p5-Config-MVP/distinfo @@ -0,0 +1,3 @@ +MD5 (Config-MVP-0.093350.tar.gz) = b436e9b2c9cb78b49dae20c661d815a1 +SHA256 (Config-MVP-0.093350.tar.gz) = f923ed012cec6150d72b041782ca22042c198e417b70b7d585ed83aae9ed1d61 +SIZE (Config-MVP-0.093350.tar.gz) = 19336 diff --git a/devel/p5-Config-MVP/pkg-descr b/devel/p5-Config-MVP/pkg-descr new file mode 100644 index 000000000000..925cc50781e5 --- /dev/null +++ b/devel/p5-Config-MVP/pkg-descr @@ -0,0 +1,6 @@ +Config::MVP is a perl module for multivalue-property package-oriented +configuration.MVP is a mechanism for loading configuration (or other +information) for libraries.It doesn't read a file or a database. +It's a helper for things that do. + +WWW: http://search.cpan.org/dist/Config-MVP diff --git a/devel/p5-Config-MVP/pkg-plist b/devel/p5-Config-MVP/pkg-plist new file mode 100644 index 000000000000..f0ea399317ef --- /dev/null +++ b/devel/p5-Config-MVP/pkg-plist @@ -0,0 +1,16 @@ +%%SITE_PERL%%/Config/MVP.pm +%%SITE_PERL%%/Config/MVP/Assembler.pm +%%SITE_PERL%%/Config/MVP/Assembler/WithBundles.pm +%%SITE_PERL%%/Config/MVP/Reader.pm +%%SITE_PERL%%/Config/MVP/Reader/Findable.pm +%%SITE_PERL%%/Config/MVP/Reader/Finder.pm +%%SITE_PERL%%/Config/MVP/Reader/Hash.pm +%%SITE_PERL%%/Config/MVP/Section.pm +%%SITE_PERL%%/Config/MVP/Sequence.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/MVP/.packlist +@dirrmtry %%SITE_PERL%%/Config/MVP/Reader +@dirrmtry %%SITE_PERL%%/Config/MVP/Assembler +@dirrmtry %%SITE_PERL%%/Config/MVP +@dirrmtry %%SITE_PERL%%/Config +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/MVP +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config |