pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-bareword-filehandles Adding package for CPAN ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4e2b98914d3c
branches: trunk
changeset: 620886:4e2b98914d3c
user: sno <sno%pkgsrc.org@localhost>
date: Wed Jul 03 07:29:07 2013 +0000
description:
Adding package for CPAN distribution bareword-filehandles version 0.003
into devel/p5-bareword-filehandles.
This module lexically disables the use of bareword filehandles with
builtin functions, except for the special builitin filehandles STDIN,
STDOUT, STDERR, ARGV, ARGVOUT and DATA.
diffstat:
devel/p5-bareword-filehandles/DESCR | 3 +++
devel/p5-bareword-filehandles/Makefile | 21 +++++++++++++++++++++
devel/p5-bareword-filehandles/distinfo | 5 +++++
3 files changed, 29 insertions(+), 0 deletions(-)
diffs (41 lines):
diff -r 190dd30900ae -r 4e2b98914d3c devel/p5-bareword-filehandles/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-bareword-filehandles/DESCR Wed Jul 03 07:29:07 2013 +0000
@@ -0,0 +1,3 @@
+This module lexically disables the use of bareword filehandles with
+builtin functions, except for the special builitin filehandles STDIN,
+STDOUT, STDERR, ARGV, ARGVOUT and DATA.
diff -r 190dd30900ae -r 4e2b98914d3c devel/p5-bareword-filehandles/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-bareword-filehandles/Makefile Wed Jul 03 07:29:07 2013 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2013/07/03 07:29:07 sno Exp $
+
+DISTNAME= bareword-filehandles-0.003
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/I/IL/ILMARI/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/bareword-filehandles/
+COMMENT= Perl 5 module which disables bareword filehandles
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-Lexical-SealRequireHints>=0.005:../../devel/p5-Lexical-SealRequireHints
+DEPENDS+= p5-ExtUtils-Depends-[0-9]*:../../devel/p5-ExtUtils-Depends
+
+USE_LANGUAGES= c
+PERL5_PACKLIST= auto/bareword/filehandles/.packlist
+
+.include "../../devel/p5-B-Hooks-OP-Check/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 190dd30900ae -r 4e2b98914d3c devel/p5-bareword-filehandles/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-bareword-filehandles/distinfo Wed Jul 03 07:29:07 2013 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/07/03 07:29:07 sno Exp $
+
+SHA1 (bareword-filehandles-0.003.tar.gz) = 1bffc853d8ad66699524607b1da176d99cda425f
+RMD160 (bareword-filehandles-0.003.tar.gz) = 90fd69c5ff114f66dc30d30bb49b515c0e7e5a5a
+Size (bareword-filehandles-0.003.tar.gz) = 54286 bytes
Home |
Main Index |
Thread Index |
Old Index