mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Add p5-ExtUtils-Command 1.12, utilities to replace common UNIX commands.
This commit is contained in:
parent
de89690633
commit
01f9727b86
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176220
@ -1054,6 +1054,7 @@
|
|||||||
SUBDIR += p5-Exporter-Tidy
|
SUBDIR += p5-Exporter-Tidy
|
||||||
SUBDIR += p5-ExtUtils-AutoInstall
|
SUBDIR += p5-ExtUtils-AutoInstall
|
||||||
SUBDIR += p5-ExtUtils-CBuilder
|
SUBDIR += p5-ExtUtils-CBuilder
|
||||||
|
SUBDIR += p5-ExtUtils-Command
|
||||||
SUBDIR += p5-ExtUtils-Constant
|
SUBDIR += p5-ExtUtils-Constant
|
||||||
SUBDIR += p5-ExtUtils-Depends
|
SUBDIR += p5-ExtUtils-Depends
|
||||||
SUBDIR += p5-ExtUtils-MakeMaker
|
SUBDIR += p5-ExtUtils-MakeMaker
|
||||||
|
28
devel/p5-ExtUtils-Command/Makefile
Normal file
28
devel/p5-ExtUtils-Command/Makefile
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# New ports collection makefile for: ExtUtils-Command
|
||||||
|
# Date created: 02 November 2006
|
||||||
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= ExtUtils-Command
|
||||||
|
PORTVERSION= 1.12
|
||||||
|
CATEGORIES= devel perl5
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
|
MASTER_SITE_SUBDIR= ExtUtils
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= skv@FreeBSD.org
|
||||||
|
COMMENT= Utilities to replace common UNIX commands
|
||||||
|
|
||||||
|
PERL_CONFIGURE= YES
|
||||||
|
|
||||||
|
MAN3= ExtUtils::Command.3 Shell::Command.3
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${PERL_LEVEL} < 500601
|
||||||
|
IGNORE= requires perl 5.6.x or later. Install lang/perl5.8 then try again
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
3
devel/p5-ExtUtils-Command/distinfo
Normal file
3
devel/p5-ExtUtils-Command/distinfo
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
MD5 (ExtUtils-Command-1.12.tar.gz) = e446472e9689e5b9d264a03cf45cb8f7
|
||||||
|
SHA256 (ExtUtils-Command-1.12.tar.gz) = 735988f42aea745da27800ca197475b2a0ed6d7a098721e704ae402b278e139c
|
||||||
|
SIZE (ExtUtils-Command-1.12.tar.gz) = 11073
|
8
devel/p5-ExtUtils-Command/pkg-descr
Normal file
8
devel/p5-ExtUtils-Command/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
ExtUtils::Command provides a number of utilities to replace common UNIX
|
||||||
|
commands in Makefiles, etc. At present the list includes cp, rm_f,
|
||||||
|
rm_rf, mv, cat, eqtime, mkpath, touch, test_f, test_d, chmod, and
|
||||||
|
dos2unix. Also included is the companion module Shell::Command, which
|
||||||
|
is a thin wrapper for ExtUtils::Command to provide cross-platform
|
||||||
|
functions emulating common shell commands.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/ExtUtils-Command/
|
7
devel/p5-ExtUtils-Command/pkg-plist
Normal file
7
devel/p5-ExtUtils-Command/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
%%SITE_PERL%%/ExtUtils/Command.pm
|
||||||
|
%%SITE_PERL%%/Shell/Command.pm
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/Command/.packlist
|
||||||
|
@dirrmtry %%SITE_PERL%%/ExtUtils
|
||||||
|
@dirrmtry %%SITE_PERL%%/Shell
|
||||||
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/Command
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils
|
Loading…
Reference in New Issue
Block a user