From fcb7edb495320777ad7966d809d63f9cd75b70cb Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Tue, 24 May 2011 21:49:48 +0000 Subject: This program is designed to let you play with the Perl YAML modules in an interactive way. When you to type in Perl, you get back YAML. And vice versa. WWW: http://search.cpan.org/dist/YAML-Shell/ --- textproc/p5-YAML-Shell/Makefile | 27 +++++++++++++++++++++++++++ textproc/p5-YAML-Shell/distinfo | 2 ++ textproc/p5-YAML-Shell/pkg-descr | 4 ++++ textproc/p5-YAML-Shell/pkg-plist | 6 ++++++ 4 files changed, 39 insertions(+) create mode 100644 textproc/p5-YAML-Shell/Makefile create mode 100644 textproc/p5-YAML-Shell/distinfo create mode 100644 textproc/p5-YAML-Shell/pkg-descr create mode 100644 textproc/p5-YAML-Shell/pkg-plist (limited to 'textproc/p5-YAML-Shell') diff --git a/textproc/p5-YAML-Shell/Makefile b/textproc/p5-YAML-Shell/Makefile new file mode 100644 index 000000000000..3f31d7f2e49b --- /dev/null +++ b/textproc/p5-YAML-Shell/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-YAML-Shell +# Date created: 2011-05-24 +# Whom: Steve Wills +# +# $FreeBSD$ +# + +PORTNAME= YAML-Shell +PORTVERSION= 0.60 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:INGY +PKGNAMEPREFIX= p5- + +MAINTAINER= swills@FreeBSD.org +COMMENT= The YAML Test Shell + +BUILD_DEPENDS= p5-YAML>=0.67:${PORTSDIR}/textproc/p5-YAML +RUN_DEPENDS= p5-YAML>=0.67:${PORTSDIR}/textproc/p5-YAML + +USE_PERL= yes +PERL_CONFIGURE= yes + +MAN1= ysh.1 +MAN3= YAML::Shell.3 + +.include diff --git a/textproc/p5-YAML-Shell/distinfo b/textproc/p5-YAML-Shell/distinfo new file mode 100644 index 000000000000..cab6f65a4b27 --- /dev/null +++ b/textproc/p5-YAML-Shell/distinfo @@ -0,0 +1,2 @@ +SHA256 (YAML-Shell-0.60.tar.gz) = 947c8397b672ef8bcdf91727eac3abf84ab51da4835d2bf73ff70f25d81d8053 +SIZE (YAML-Shell-0.60.tar.gz) = 15793 diff --git a/textproc/p5-YAML-Shell/pkg-descr b/textproc/p5-YAML-Shell/pkg-descr new file mode 100644 index 000000000000..c42672e28f8b --- /dev/null +++ b/textproc/p5-YAML-Shell/pkg-descr @@ -0,0 +1,4 @@ +This program is designed to let you play with the Perl YAML modules in an +interactive way. When you to type in Perl, you get back YAML. And vice versa. + +WWW: http://search.cpan.org/dist/YAML-Shell/ diff --git a/textproc/p5-YAML-Shell/pkg-plist b/textproc/p5-YAML-Shell/pkg-plist new file mode 100644 index 000000000000..6eda1960c3b4 --- /dev/null +++ b/textproc/p5-YAML-Shell/pkg-plist @@ -0,0 +1,6 @@ +bin/ysh +%%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/Shell/.packlist +%%SITE_PERL%%/YAML/Shell.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/Shell +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML +@dirrmtry %%SITE_PERL%%/YAML -- cgit v1.2.3