1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

System::Command is a class that launches external system commands

and return an object representing them, allowing to interact with
them through their STDIN, STDOUT and STDERR handles.

WWW: http://search.cpan.org/dist/System-Command/
This commit is contained in:
Wen Heping 2011-09-05 06:42:25 +00:00
parent c182a89ec0
commit cda1a1ac1e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281201
5 changed files with 38 additions and 0 deletions

View File

@ -2314,6 +2314,7 @@
SUBDIR += p5-Sys-SigAction
SUBDIR += p5-Sys-Syscall
SUBDIR += p5-Sys-Trace
SUBDIR += p5-System-Command
SUBDIR += p5-System2
SUBDIR += p5-TAP-Formatter-JUnit
SUBDIR += p5-TAP-Harness-JUnit

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: devel/p5-System-Command
# Date created: Sep 05, 2011
# Whom: Wen Heping<wen@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= System-Command
PORTVERSION= 1.05
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BOOK
PKGNAMEPREFIX= p5-
MAINTAINER= wen@FreeBSD.org
COMMENT= Object for running system commands
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
PERL_CONFIGURE= yes
MAN3= System::Command.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (System-Command-1.05.tar.gz) = 22fa07351ae5d78f3068876f00a9f67d5ab4fe9fc3baa7d6111405098defee03
SIZE (System-Command-1.05.tar.gz) = 12153

View File

@ -0,0 +1,5 @@
System::Command is a class that launches external system commands
and return an object representing them, allowing to interact with
them through their STDIN, STDOUT and STDERR handles.
WWW: http://search.cpan.org/dist/System-Command/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/System/Command/.packlist
%%SITE_PERL%%/System/Command.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/System/Command
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/System
@dirrmtry %%SITE_PERL%%/System