1
0
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:
Anton Berezin 2005-02-16 13:15:06 +00:00
parent 7a4545d42c
commit 36a01ef794
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129020
5 changed files with 40 additions and 0 deletions

View File

@ -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
View 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>

View File

@ -0,0 +1,2 @@
MD5 (IPC-Cmd-0.24.tar.gz) = 9061bd187defad873432f91fa6de9f9b
SIZE (IPC-Cmd-0.24.tar.gz) = 8158

View 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

View 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