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>
This commit is contained in:
parent
a87a10dc41
commit
46a6f0405a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208599
5 changed files with 47 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
SUBDIR += mksh
|
||||
SUBDIR += nologinmsg
|
||||
SUBDIR += osh
|
||||
SUBDIR += p5-Shell-Perl
|
||||
SUBDIR += p5-Term-ShellUI
|
||||
SUBDIR += pash
|
||||
SUBDIR += pdksh
|
||||
|
|
31
shells/p5-Shell-Perl/Makefile
Normal file
31
shells/p5-Shell-Perl/Makefile
Normal file
|
@ -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>
|
3
shells/p5-Shell-Perl/distinfo
Normal file
3
shells/p5-Shell-Perl/distinfo
Normal file
|
@ -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
|
4
shells/p5-Shell-Perl/pkg-descr
Normal file
4
shells/p5-Shell-Perl/pkg-descr
Normal file
|
@ -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/
|
8
shells/p5-Shell-Perl/pkg-plist
Normal file
8
shells/p5-Shell-Perl/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue