svn commit: r334509 - in head/devel: . p5-System-Sub
Lars Thegler
lth at FreeBSD.org
Thu Nov 21 19:00:06 UTC 2013
Author: lth
Date: Thu Nov 21 19:00:04 2013
New Revision: 334509
URL: http://svnweb.freebsd.org/changeset/ports/334509
Log:
System::Sub provides in your package a sub that wraps the call to
an external program.
WWW: https://metacpan.org/release/System-Sub
Added:
head/devel/p5-System-Sub/
head/devel/p5-System-Sub/Makefile (contents, props changed)
head/devel/p5-System-Sub/distinfo (contents, props changed)
head/devel/p5-System-Sub/pkg-descr (contents, props changed)
head/devel/p5-System-Sub/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Thu Nov 21 18:35:48 2013 (r334508)
+++ head/devel/Makefile Thu Nov 21 19:00:04 2013 (r334509)
@@ -2715,6 +2715,7 @@
SUBDIR += p5-Sys-Trace
SUBDIR += p5-Sys-Virt
SUBDIR += p5-System-Command
+ SUBDIR += p5-System-Sub
SUBDIR += p5-System2
SUBDIR += p5-TAP-Formatter-JUnit
SUBDIR += p5-TAP-Harness-JUnit
Added: head/devel/p5-System-Sub/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-System-Sub/Makefile Thu Nov 21 19:00:04 2013 (r334509)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME= System-Sub
+PORTVERSION= 0.130210
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= lth at FreeBSD.org
+COMMENT= Wrap external command with a DWIM sub
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS:= p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which \
+ p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \
+ p5-Sub-Name>=0:${PORTSDIR}/devel/p5-Sub-Name
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+USES= perl5
+USE_PERL5= configure
+
+.include <bsd.port.mk>
Added: head/devel/p5-System-Sub/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-System-Sub/distinfo Thu Nov 21 19:00:04 2013 (r334509)
@@ -0,0 +1,2 @@
+SHA256 (System-Sub-0.130210.tar.gz) = 60198361ba78dfdda4af377cb329303fecb9084593f5f3edfc53c28529a9db4d
+SIZE (System-Sub-0.130210.tar.gz) = 15668
Added: head/devel/p5-System-Sub/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-System-Sub/pkg-descr Thu Nov 21 19:00:04 2013 (r334509)
@@ -0,0 +1,4 @@
+System::Sub provides in your package a sub that wraps the call to
+an external program.
+
+WWW: https://metacpan.org/release/System-Sub
Added: head/devel/p5-System-Sub/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-System-Sub/pkg-plist Thu Nov 21 19:00:04 2013 (r334509)
@@ -0,0 +1,9 @@
+%%PERL5_MAN3%%/System::Sub.3.gz
+%%PERL5_MAN3%%/System::Sub::AutoLoad.3.gz
+%%SITE_PERL%%/System/Sub.pm
+%%SITE_PERL%%/System/Sub/AutoLoad.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/System/Sub/.packlist
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/System/Sub
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/System
+ at dirrmtry %%SITE_PERL%%/System/Sub
+ at dirrmtry %%SITE_PERL%%/System
More information about the svn-ports-all
mailing list