Initial import of p5-Shell-Perl version 0.0018 in the NetBSD Packages
Collection. The Perl 5 module Shell::Perl is the implementation of a command-line interpreter for Perl. It is the heart of the provided pirl script.
This commit is contained in:
parent
58dbbb513e
commit
0def06b868
3 changed files with 33 additions and 0 deletions
2
devel/p5-Shell-Perl/DESCR
Normal file
2
devel/p5-Shell-Perl/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
The Perl 5 module Shell::Perl is the implementation of a command-line
|
||||
interpreter for Perl. It is the heart of the provided pirl script.
|
26
devel/p5-Shell-Perl/Makefile
Normal file
26
devel/p5-Shell-Perl/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/07/11 08:41:08 seb Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Shell-Perl-0.0018
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Shell/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Shell-Perl/
|
||||
COMMENT= Read-eval-print loop in Perl
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Shell/Perl/.packlist
|
||||
|
||||
DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor
|
||||
DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
|
||||
DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
|
||||
DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class
|
||||
DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-Shell-Perl/distinfo
Normal file
5
devel/p5-Shell-Perl/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/07/11 08:41:08 seb Exp $
|
||||
|
||||
SHA1 (Shell-Perl-0.0018.tar.gz) = 1b74cca0cfb6f00909adb63db2f616e56c65f27a
|
||||
RMD160 (Shell-Perl-0.0018.tar.gz) = b5c59f8a3376e9b23219ee55a187efd1a5cf5a7c
|
||||
Size (Shell-Perl-0.0018.tar.gz) = 13214 bytes
|
Loading…
Reference in a new issue