diff options
author | wen <wen@FreeBSD.org> | 2010-03-29 21:01:29 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-03-29 21:01:29 +0800 |
commit | 77d014300c85131c4307423edee02bf51917b747 (patch) | |
tree | f1acb987005a8b7b81dcf9ea2951297822f30067 /devel/p5-Config-YAML | |
parent | 258dfea301c34ac259ed3956e95b71096d4c7b80 (diff) | |
download | freebsd-ports-gnome-77d014300c85131c4307423edee02bf51917b747.tar.gz freebsd-ports-gnome-77d014300c85131c4307423edee02bf51917b747.tar.zst freebsd-ports-gnome-77d014300c85131c4307423edee02bf51917b747.zip |
Config::YAML is a somewhat object-oriented wrapper around the YAML module
which makes reading and writing configuration files simple.
WWW: http://search.cpan.org/~mdxi/Config-YAML/
PR: ports/145150
Submitted by: Steve Wills <steve@mouf.net>
Diffstat (limited to 'devel/p5-Config-YAML')
-rw-r--r-- | devel/p5-Config-YAML/Makefile | 24 | ||||
-rw-r--r-- | devel/p5-Config-YAML/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Config-YAML/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-Config-YAML/pkg-plist | 6 |
4 files changed, 37 insertions, 0 deletions
diff --git a/devel/p5-Config-YAML/Makefile b/devel/p5-Config-YAML/Makefile new file mode 100644 index 000000000000..169a95d8a773 --- /dev/null +++ b/devel/p5-Config-YAML/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-Config-YAML +# Date created: 2010-03-03 +# Whom: Steve Wills <steve@mouf.net> +# +# $FreeBSD$ +# + +PORTNAME= Config-YAML +PORTVERSION= 1.42 +CATEGORIES= devel textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= steve@mouf.net +COMMENT= Simple configuration automation + +BUILD_DEPENDS= ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML +RUN_DEPENDS= ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML + +PERL_CONFIGURE= 5.8.3+ + +MAN3= Config::YAML.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Config-YAML/distinfo b/devel/p5-Config-YAML/distinfo new file mode 100644 index 000000000000..b415765f5523 --- /dev/null +++ b/devel/p5-Config-YAML/distinfo @@ -0,0 +1,3 @@ +MD5 (Config-YAML-1.42.tar.gz) = cfee6763e19cb4c80bfb60f922b882dd +SHA256 (Config-YAML-1.42.tar.gz) = 447cc03f25b81d5d3b63076ffa45b837cfebb504b1f390dff8d3104091a42f62 +SIZE (Config-YAML-1.42.tar.gz) = 5963 diff --git a/devel/p5-Config-YAML/pkg-descr b/devel/p5-Config-YAML/pkg-descr new file mode 100644 index 000000000000..0496b47ee118 --- /dev/null +++ b/devel/p5-Config-YAML/pkg-descr @@ -0,0 +1,4 @@ +Config::YAML is a somewhat object-oriented wrapper around the YAML module +which makes reading and writing configuration files simple. + +WWW: http://search.cpan.org/~mdxi/Config-YAML/ diff --git a/devel/p5-Config-YAML/pkg-plist b/devel/p5-Config-YAML/pkg-plist new file mode 100644 index 000000000000..d86fde93da5b --- /dev/null +++ b/devel/p5-Config-YAML/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/Config/YAML.pm +%%SITE_PERL%%/mach/auto/Config/YAML/.packlist +@dirrm %%SITE_PERL%%/mach/auto/Config/YAML +@dirrmtry %%SITE_PERL%%/mach/auto/Config +@dirrmtry %%SITE_PERL%%/Config |