diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2009-01-22 10:21:04 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2009-01-22 10:21:04 +0800 |
commit | 8a2299708802b89137b2a9289b3c897f52fdaad8 (patch) | |
tree | fee17867cc15858cfc8a35f75896c9ecaced6603 /devel/p5-IPC-System-Simple | |
parent | 7a2ef54f58c59bad5b7060e17185f91824627f16 (diff) | |
download | freebsd-ports-gnome-8a2299708802b89137b2a9289b3c897f52fdaad8.tar.gz freebsd-ports-gnome-8a2299708802b89137b2a9289b3c897f52fdaad8.tar.zst freebsd-ports-gnome-8a2299708802b89137b2a9289b3c897f52fdaad8.zip |
Add p5-IPC-System-Simple 1.17, perl extension to run commands simply
with detailed diagnostics.
Diffstat (limited to 'devel/p5-IPC-System-Simple')
-rw-r--r-- | devel/p5-IPC-System-Simple/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-IPC-System-Simple/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-IPC-System-Simple/pkg-descr | 9 | ||||
-rw-r--r-- | devel/p5-IPC-System-Simple/pkg-plist | 7 |
4 files changed, 40 insertions, 0 deletions
diff --git a/devel/p5-IPC-System-Simple/Makefile b/devel/p5-IPC-System-Simple/Makefile new file mode 100644 index 000000000000..4dc2a78aea88 --- /dev/null +++ b/devel/p5-IPC-System-Simple/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: IPC::System::Simple +# Date created: 22 Jan 2009 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= IPC-System-Simple +PORTVERSION= 1.17 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to run commands simply with detailed diagnostics + +PERL_CONFIGURE= yes + +MAN3= IPC::System::Simple.3 + +.include <bsd.port.mk> diff --git a/devel/p5-IPC-System-Simple/distinfo b/devel/p5-IPC-System-Simple/distinfo new file mode 100644 index 000000000000..d87600445812 --- /dev/null +++ b/devel/p5-IPC-System-Simple/distinfo @@ -0,0 +1,3 @@ +MD5 (IPC-System-Simple-1.17.tar.gz) = 1314bb6cb3f870f56294eccc460c8d84 +SHA256 (IPC-System-Simple-1.17.tar.gz) = 05c1471e996c220d45ea744c637e35d490760db86410a1069d128cb7fe3a3149 +SIZE (IPC-System-Simple-1.17.tar.gz) = 32513 diff --git a/devel/p5-IPC-System-Simple/pkg-descr b/devel/p5-IPC-System-Simple/pkg-descr new file mode 100644 index 000000000000..fe488ddd2353 --- /dev/null +++ b/devel/p5-IPC-System-Simple/pkg-descr @@ -0,0 +1,9 @@ +Calling Perl's in-built system() function is easy, determining if it +was successful is hard. Let's face it, $? isn't the nicest variable +in the world to play with, and even if you do check it, producing a +well-formatted error string takes a lot of work. + +IPC::System::Simple takes the hard work out of calling external +commands. + +WWW: http://search.cpan.org/dist/IPC-System-Simple/ diff --git a/devel/p5-IPC-System-Simple/pkg-plist b/devel/p5-IPC-System-Simple/pkg-plist new file mode 100644 index 000000000000..54ae3209e477 --- /dev/null +++ b/devel/p5-IPC-System-Simple/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/IPC/System/Simple.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/System/Simple/.packlist +@dirrmtry %%SITE_PERL%%/IPC/System +@dirrmtry %%SITE_PERL%%/IPC +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/System/Simple +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/System +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC |