summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2008-08-25 23:06:17 +0000
committerseb <seb@pkgsrc.org>2008-08-25 23:06:17 +0000
commiteda007c7e74608d3767a3cc91b9c1b19897ac8ec (patch)
tree559bdd134ac7286ec19b51f7dd5e9edffd8d563b /devel
parent5a480e5a5ba32208e58af0c0fe574d8b290d251d (diff)
downloadpkgsrc-eda007c7e74608d3767a3cc91b9c1b19897ac8ec.tar.gz
Initial import of p5-ExtUtils-Command version 1.14 in the NetBSD
Packages Collection. The Perl 5 module ExtUtils::Command is used to replace common UNIX commands. In all cases the provided functions work from @ARGV rather than taking arguments. This makes them easier to deal with in Makefiles. Call them like this: perl -MExtUtils::Command -e some_command some files to work on The module Shell::Command is also included in this package: it provides the same functions but take arguments normally.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-ExtUtils-Command/DESCR7
-rw-r--r--devel/p5-ExtUtils-Command/Makefile19
-rw-r--r--devel/p5-ExtUtils-Command/distinfo5
3 files changed, 31 insertions, 0 deletions
diff --git a/devel/p5-ExtUtils-Command/DESCR b/devel/p5-ExtUtils-Command/DESCR
new file mode 100644
index 00000000000..6edb772230c
--- /dev/null
+++ b/devel/p5-ExtUtils-Command/DESCR
@@ -0,0 +1,7 @@
+The Perl 5 module ExtUtils::Command is used to replace common UNIX
+commands. In all cases the provided functions work from @ARGV rather
+than taking arguments. This makes them easier to deal with in
+Makefiles. Call them like this:
+ perl -MExtUtils::Command -e some_command some files to work on
+The module Shell::Command is also included in this package: it
+provides the same functions but take arguments normally.
diff --git a/devel/p5-ExtUtils-Command/Makefile b/devel/p5-ExtUtils-Command/Makefile
new file mode 100644
index 00000000000..5476ca6f227
--- /dev/null
+++ b/devel/p5-ExtUtils-Command/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/08/25 23:06:17 seb Exp $
+#
+
+DISTNAME= ExtUtils-Command-1.14
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/ExtUtils-Command/
+COMMENT= Perl 5 functions to replace common UNIX commands in Makefiles
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/ExtUtils/Command/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-ExtUtils-Command/distinfo b/devel/p5-ExtUtils-Command/distinfo
new file mode 100644
index 00000000000..ffaeab0ce23
--- /dev/null
+++ b/devel/p5-ExtUtils-Command/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/08/25 23:06:17 seb Exp $
+
+SHA1 (ExtUtils-Command-1.14.tar.gz) = 0c164c7a0ee8dcfc505d5899dc3abd9d94304b77
+RMD160 (ExtUtils-Command-1.14.tar.gz) = ee40ed4f66842304939b32bcf593f1142d709e60
+Size (ExtUtils-Command-1.14.tar.gz) = 11391 bytes