From 6a070b4106831827ab50c6bbe7db0393f04b9eac Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Mon, 17 Jul 2006 18:23:22 +0000 Subject: Add p5-YAML-Tiny 0.05, YAML::Tiny - Read/Write YAML files with as little code as possible. PR: ports/100444 Submitted by: Yuan-Chung Hsiao --- textproc/p5-YAML-Tiny/Makefile | 24 ++++++++++++++++++++++++ textproc/p5-YAML-Tiny/distinfo | 3 +++ textproc/p5-YAML-Tiny/pkg-descr | 4 ++++ textproc/p5-YAML-Tiny/pkg-plist | 5 +++++ 4 files changed, 36 insertions(+) create mode 100644 textproc/p5-YAML-Tiny/Makefile create mode 100644 textproc/p5-YAML-Tiny/distinfo create mode 100644 textproc/p5-YAML-Tiny/pkg-descr create mode 100644 textproc/p5-YAML-Tiny/pkg-plist (limited to 'textproc/p5-YAML-Tiny') diff --git a/textproc/p5-YAML-Tiny/Makefile b/textproc/p5-YAML-Tiny/Makefile new file mode 100644 index 000000000000..54a2182d0e32 --- /dev/null +++ b/textproc/p5-YAML-Tiny/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-YAML-Tiny +# Date created: 2006-07-17 +# Whom: Yuan-Chung Hsiao +# +# $FreeBSD$ +# + +PORTNAME= YAML-Tiny +PORTVERSION= 0.05 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= YAML +PKGNAMEPREFIX= p5- + +MAINTAINER= ychsiao@ychsiao.org +COMMENT= YAML::Tiny - Read/Write YAML files with as little code as possible + +BUILD_DEPENDS= p5-Test-Base>=0.47:${PORTSDIR}/devel/p5-Test-Base +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= YAML::Tiny.3 +.include diff --git a/textproc/p5-YAML-Tiny/distinfo b/textproc/p5-YAML-Tiny/distinfo new file mode 100644 index 000000000000..1cc982f28f52 --- /dev/null +++ b/textproc/p5-YAML-Tiny/distinfo @@ -0,0 +1,3 @@ +MD5 (YAML-Tiny-0.05.tar.gz) = 474a4923fddfbd9d2b17dfbeff3bf935 +SHA256 (YAML-Tiny-0.05.tar.gz) = 9b282d5b0499fc1eaf3dd3e50904332c566ada057341f702b35809744fbf1e85 +SIZE (YAML-Tiny-0.05.tar.gz) = 28539 diff --git a/textproc/p5-YAML-Tiny/pkg-descr b/textproc/p5-YAML-Tiny/pkg-descr new file mode 100644 index 000000000000..bfa0296bf171 --- /dev/null +++ b/textproc/p5-YAML-Tiny/pkg-descr @@ -0,0 +1,4 @@ +YAML::Tiny is a perl class to read and write YAML-style files with as +little code as possible, reducing load time and memory overhead. + +WWW: http://search.cpan.org/dist/YAML-Tiny diff --git a/textproc/p5-YAML-Tiny/pkg-plist b/textproc/p5-YAML-Tiny/pkg-plist new file mode 100644 index 000000000000..9467e103c3cf --- /dev/null +++ b/textproc/p5-YAML-Tiny/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/YAML/Tiny.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/Tiny/.packlist +@dirrmtry %%SITE_PERL%%/YAML +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/Tiny +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML -- cgit v1.2.3