summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-07 17:16:21 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-07 17:16:21 +0000
commit46a6f0405ac2e0e4d23b9a50caa2634a9f33fd2b (patch)
treebc872e086b9abbaa7ac034d87de1a7a04454d57c /shells
parentAdd more MOVED entries for more outdated x.org ports. (diff)
Shell::Perl is the implementation of a simple command-line interpreter
for Perl. WWW: http://search.cpan.org/dist/Shell-Perl/ PR: ports/121142 Submitted by: Shinsuke Matsui <smatsui at karashi.org>
Notes
Notes: svn path=/head/; revision=208599
Diffstat (limited to 'shells')
-rw-r--r--shells/Makefile1
-rw-r--r--shells/p5-Shell-Perl/Makefile31
-rw-r--r--shells/p5-Shell-Perl/distinfo3
-rw-r--r--shells/p5-Shell-Perl/pkg-descr4
-rw-r--r--shells/p5-Shell-Perl/pkg-plist8
5 files changed, 47 insertions, 0 deletions
diff --git a/shells/Makefile b/shells/Makefile
index 8944d82c6a38..6aefe0045a14 100644
--- a/shells/Makefile
+++ b/shells/Makefile
@@ -19,6 +19,7 @@
SUBDIR += mksh
SUBDIR += nologinmsg
SUBDIR += osh
+ SUBDIR += p5-Shell-Perl
SUBDIR += p5-Term-ShellUI
SUBDIR += pash
SUBDIR += pdksh
diff --git a/shells/p5-Shell-Perl/Makefile b/shells/p5-Shell-Perl/Makefile
new file mode 100644
index 000000000000..ffa8d353eea0
--- /dev/null
+++ b/shells/p5-Shell-Perl/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: p5-Shell-Perl
+# Date created: 2008-02-27
+# Whom: Shinsuke Matsui <smatsui@karashi.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Shell-Perl
+PORTVERSION= 0.0015
+CATEGORIES= shells perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= smatsui@karashi.org
+COMMENT= A read-eval-print loop in Perl
+
+RUN_DEPENDS= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \
+ ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \
+ ${SITE_PERL}/Data/Dump.pm:${PORTSDIR}/devel/p5-Data-Dump \
+ ${SITE_PERL}/${PERL_ARCH}/Data/Dump/Streamer.pm:${PORTSDIR}/devel/p5-Data-Dump-Streamer
+BUILD_DEPENDS= ${SITE_PERL}/Test/Script.pm:${PORTSDIR}/devel/p5-Test-Script \
+ ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
+ ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
+ ${SITE_PERL}/Test/Expect.pm:${PORTSDIR}/devel/p5-Test-Expect
+
+PERL_CONFIGURE= YES
+
+MAN1= pirl.1
+MAN3= Shell::Perl.3 Shell::Perl::Dumper.3
+
+.include <bsd.port.mk>
diff --git a/shells/p5-Shell-Perl/distinfo b/shells/p5-Shell-Perl/distinfo
new file mode 100644
index 000000000000..a7d2b05276cc
--- /dev/null
+++ b/shells/p5-Shell-Perl/distinfo
@@ -0,0 +1,3 @@
+MD5 (Shell-Perl-0.0015.tar.gz) = 4533973c1abf1a9e02a8456502b7d269
+SHA256 (Shell-Perl-0.0015.tar.gz) = 23e7b9c015a30bb64e859571fc6ddf1d010c84ba6bfa8ceb387abffae2c5b14e
+SIZE (Shell-Perl-0.0015.tar.gz) = 11524
diff --git a/shells/p5-Shell-Perl/pkg-descr b/shells/p5-Shell-Perl/pkg-descr
new file mode 100644
index 000000000000..f399a72e8d7f
--- /dev/null
+++ b/shells/p5-Shell-Perl/pkg-descr
@@ -0,0 +1,4 @@
+Shell::Perl is the implementation of a simple command-line interpreter
+for Perl.
+
+WWW: http://search.cpan.org/dist/Shell-Perl/
diff --git a/shells/p5-Shell-Perl/pkg-plist b/shells/p5-Shell-Perl/pkg-plist
new file mode 100644
index 000000000000..7a93bf18386f
--- /dev/null
+++ b/shells/p5-Shell-Perl/pkg-plist
@@ -0,0 +1,8 @@
+bin/pirl
+%%SITE_PERL%%/Shell/Perl.pm
+%%SITE_PERL%%/Shell/Perl/Dumper.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Shell/Perl/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Shell/Perl
+@dirrm %%SITE_PERL%%/Shell/Perl
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Shell
+@dirrmtry %%SITE_PERL%%/Shell