mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add p5-IPC-Cmd, a perl module for finding and running system commands.
This commit is contained in:
parent
7a4545d42c
commit
36a01ef794
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129020
@ -885,6 +885,7 @@
|
||||
SUBDIR += p5-IO-Util
|
||||
SUBDIR += p5-IO-stringy
|
||||
SUBDIR += p5-IPC-Cache
|
||||
SUBDIR += p5-IPC-Cmd
|
||||
SUBDIR += p5-IPC-Locker
|
||||
SUBDIR += p5-IPC-MM
|
||||
SUBDIR += p5-IPC-Run
|
||||
|
28
devel/p5-IPC-Cmd/Makefile
Normal file
28
devel/p5-IPC-Cmd/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: devel/p5-IPC-Cmd
|
||||
# Date created: 16 February 2005
|
||||
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= IPC-Cmd
|
||||
PORTVERSION= 0.24
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= IPC
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tobez@FreeBSD.org
|
||||
COMMENT= IPC::Cmd - finding and running system commands made easy
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Locale/Maketext/Simple.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
|
||||
${SITE_PERL}/Module/Load/Conditional.pm:${PORTSDIR}/devel/p5-Module-Load-Conditional \
|
||||
${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run \
|
||||
${SITE_PERL}/Params/Check.pm:${PORTSDIR}/devel/p5-Params-Check
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= IPC::Cmd.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-IPC-Cmd/distinfo
Normal file
2
devel/p5-IPC-Cmd/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (IPC-Cmd-0.24.tar.gz) = 9061bd187defad873432f91fa6de9f9b
|
||||
SIZE (IPC-Cmd-0.24.tar.gz) = 8158
|
4
devel/p5-IPC-Cmd/pkg-descr
Normal file
4
devel/p5-IPC-Cmd/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
IPC::Cmd allows you to run commands, interactively if desired,
|
||||
platform independent but have them still work.
|
||||
|
||||
WWW: http://search.cpan.org/dist/IPC-Cmd
|
5
devel/p5-IPC-Cmd/pkg-plist
Normal file
5
devel/p5-IPC-Cmd/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/IPC/Cmd.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Cmd/.packlist
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Cmd 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/IPC 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user