diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-08-17 21:08:54 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-08-17 21:08:54 +0000 |
commit | f21f4c823fdec67932125affaed410c152638f0f (patch) | |
tree | 323515ae260658a3e2df7293fb70cc342b90446c /devel/p5-Shell-Source | |
parent | d69802de0ca666ba79e053784f6d4302bb45d88d (diff) |
The Shell::Source allows arbitrary shell scripts, or other programs for
that matter, to be run and their environment to be inherited into a Perl
program.
WWW: http://search.cpan.org/dist/Shell-Source/
PR: ports/102021
Submitted by: Timur I. Bakeyev <timur(at)com.bat.ru>
Approved by: krion (mentor)
Notes
Notes:
svn path=/head/; revision=170910
Diffstat (limited to 'devel/p5-Shell-Source')
-rw-r--r-- | devel/p5-Shell-Source/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Shell-Source/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Shell-Source/pkg-descr | 5 | ||||
-rw-r--r-- | devel/p5-Shell-Source/pkg-plist | 7 |
4 files changed, 37 insertions, 0 deletions
diff --git a/devel/p5-Shell-Source/Makefile b/devel/p5-Shell-Source/Makefile new file mode 100644 index 000000000000..ca1c7e959076 --- /dev/null +++ b/devel/p5-Shell-Source/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: devel/p5-Shell-Source +# Date created: 1 Aug 2006 +# Whom: Timur I. Bakeyev <bat@cpan.org> +# +# $FreeBSD$ +# + +PORTNAME= Shell-Source +PORTVERSION= 0.01 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Shell +PKGNAMEPREFIX= p5- + +MAINTAINER= bat@cpan.org +COMMENT= Shell::Source - run programs and inherit environment changes + +PERL_CONFIGURE= yes + +MAN3= Shell::Source.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Shell-Source/distinfo b/devel/p5-Shell-Source/distinfo new file mode 100644 index 000000000000..190fc2b3a7e0 --- /dev/null +++ b/devel/p5-Shell-Source/distinfo @@ -0,0 +1,3 @@ +MD5 (Shell-Source-0.01.tar.gz) = 85d6bad141cdd780856478676423ed25 +SHA256 (Shell-Source-0.01.tar.gz) = 0ce8ce6429ff01c20a7fb451a2d646a4408e5e93dc819baa7b96185ba2af80c1 +SIZE (Shell-Source-0.01.tar.gz) = 3947 diff --git a/devel/p5-Shell-Source/pkg-descr b/devel/p5-Shell-Source/pkg-descr new file mode 100644 index 000000000000..fa659c269d74 --- /dev/null +++ b/devel/p5-Shell-Source/pkg-descr @@ -0,0 +1,5 @@ +The Shell::Source allows arbitrary shell scripts, or other programs for +that matter, to be run and their environment to be inherited into a Perl +program. + +WWW: http://search.cpan.org/dist/Shell-Source/ diff --git a/devel/p5-Shell-Source/pkg-plist b/devel/p5-Shell-Source/pkg-plist new file mode 100644 index 000000000000..9d5590a6f955 --- /dev/null +++ b/devel/p5-Shell-Source/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Shell/Source.pm +%%SITE_PERL%%/Shell/t/Basic.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Shell/Source/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Shell/Source +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Shell +@dirrmtry %%SITE_PERL%%/Shell/t +@dirrmtry %%SITE_PERL%%/Shell |