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.
This commit is contained in:
parent
37a02264c7
commit
ad9344e4cb
3 changed files with 31 additions and 0 deletions
7
devel/p5-ExtUtils-Command/DESCR
Normal file
7
devel/p5-ExtUtils-Command/DESCR
Normal file
|
@ -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.
|
19
devel/p5-ExtUtils-Command/Makefile
Normal file
19
devel/p5-ExtUtils-Command/Makefile
Normal file
|
@ -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"
|
5
devel/p5-ExtUtils-Command/distinfo
Normal file
5
devel/p5-ExtUtils-Command/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue