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/Makefile | |
parent | BROKEN: Does not compile (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)
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index acb838ef2844..3ff5cc5d794a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1314,6 +1314,7 @@ SUBDIR += p5-Shape SUBDIR += p5-Shell-Base SUBDIR += p5-Shell-Parser + SUBDIR += p5-Shell-Source SUBDIR += p5-Smart-Comments SUBDIR += p5-Sort-Array SUBDIR += p5-Sort-ArrayOfArrays |