mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
System::Sub provides in your package a sub that wraps the call to
an external program. WWW: https://metacpan.org/release/System-Sub
This commit is contained in:
parent
3ee0346495
commit
fa4a384f68
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334509
5 changed files with 39 additions and 0 deletions
|
@ -2715,6 +2715,7 @@
|
||||||
SUBDIR += p5-Sys-Trace
|
SUBDIR += p5-Sys-Trace
|
||||||
SUBDIR += p5-Sys-Virt
|
SUBDIR += p5-Sys-Virt
|
||||||
SUBDIR += p5-System-Command
|
SUBDIR += p5-System-Command
|
||||||
|
SUBDIR += p5-System-Sub
|
||||||
SUBDIR += p5-System2
|
SUBDIR += p5-System2
|
||||||
SUBDIR += p5-TAP-Formatter-JUnit
|
SUBDIR += p5-TAP-Formatter-JUnit
|
||||||
SUBDIR += p5-TAP-Harness-JUnit
|
SUBDIR += p5-TAP-Harness-JUnit
|
||||||
|
|
23
devel/p5-System-Sub/Makefile
Normal file
23
devel/p5-System-Sub/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= System-Sub
|
||||||
|
PORTVERSION= 0.130210
|
||||||
|
CATEGORIES= devel perl5
|
||||||
|
MASTER_SITES= CPAN
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= lth@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>
|
2
devel/p5-System-Sub/distinfo
Normal file
2
devel/p5-System-Sub/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (System-Sub-0.130210.tar.gz) = 60198361ba78dfdda4af377cb329303fecb9084593f5f3edfc53c28529a9db4d
|
||||||
|
SIZE (System-Sub-0.130210.tar.gz) = 15668
|
4
devel/p5-System-Sub/pkg-descr
Normal file
4
devel/p5-System-Sub/pkg-descr
Normal file
|
@ -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
|
9
devel/p5-System-Sub/pkg-plist
Normal file
9
devel/p5-System-Sub/pkg-plist
Normal file
|
@ -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
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/System/Sub
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/System
|
||||||
|
@dirrmtry %%SITE_PERL%%/System/Sub
|
||||||
|
@dirrmtry %%SITE_PERL%%/System
|
Loading…
Add table
Reference in a new issue