diff options
author | seb <seb@pkgsrc.org> | 2010-07-11 08:41:08 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-07-11 08:41:08 +0000 |
commit | 145b55f627fa632637df9686333b431703230eae (patch) | |
tree | 96b53cb919ee5ae32ff6148b6356db981819871a /devel/p5-Shell-Perl | |
parent | d5c8a9bb37d66034886a9f2cb5ab96f873397f9d (diff) | |
download | pkgsrc-145b55f627fa632637df9686333b431703230eae.tar.gz |
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.
Diffstat (limited to 'devel/p5-Shell-Perl')
-rw-r--r-- | devel/p5-Shell-Perl/DESCR | 2 | ||||
-rw-r--r-- | devel/p5-Shell-Perl/Makefile | 26 | ||||
-rw-r--r-- | devel/p5-Shell-Perl/distinfo | 5 |
3 files changed, 33 insertions, 0 deletions
diff --git a/devel/p5-Shell-Perl/DESCR b/devel/p5-Shell-Perl/DESCR new file mode 100644 index 00000000000..f9c2fba5fbb --- /dev/null +++ b/devel/p5-Shell-Perl/DESCR @@ -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. diff --git a/devel/p5-Shell-Perl/Makefile b/devel/p5-Shell-Perl/Makefile new file mode 100644 index 00000000000..6995a1b8eef --- /dev/null +++ b/devel/p5-Shell-Perl/Makefile @@ -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" diff --git a/devel/p5-Shell-Perl/distinfo b/devel/p5-Shell-Perl/distinfo new file mode 100644 index 00000000000..159378a9364 --- /dev/null +++ b/devel/p5-Shell-Perl/distinfo @@ -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 |