mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
sysutils/p5-Command-Runner: Run external commands and Perl code refs
Command::Runner is a perl module that helps running external commands and Perl code refs, featuring timeout, quoting and flexible logging. WWW: https://metacpan.org/dist/Command-Runner PR: 274779
This commit is contained in:
committed by
Brad Davis
parent
066278be0b
commit
a54db18e37
@@ -1065,6 +1065,7 @@
|
||||
SUBDIR += pwsafe
|
||||
SUBDIR += pxattr
|
||||
SUBDIR += pxp-agent
|
||||
SUBDIR += p5-Command-Runner
|
||||
SUBDIR += py-ansible-compat
|
||||
SUBDIR += py-ansible-core
|
||||
SUBDIR += py-ansible-lint
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
PORTNAME= Command-Runner
|
||||
DISTVERSION= 0.200
|
||||
CATEGORIES= sysutils perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:SKAJI
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= dgeo@centrale-med.fr
|
||||
COMMENT= Run external commands and Perl code refs
|
||||
WWW= https://metacpan.org/dist/Command-Runner
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuildtiny
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1698534722
|
||||
SHA256 (Command-Runner-0.200.tar.gz) = 5ad26d06111bfecd53c8f5bb5dea94bf2025f6c78e95f6d8012e4cfa89e29f26
|
||||
SIZE (Command-Runner-0.200.tar.gz) = 13249
|
||||
@@ -0,0 +1,3 @@
|
||||
Command::Runner is a perl module that helps
|
||||
running external commands and Perl code refs,
|
||||
featuring timeout, quoting and flexible logging.
|
||||
@@ -0,0 +1,6 @@
|
||||
%%SITE_PERL%%/Command/Runner.pm
|
||||
%%SITE_PERL%%/Command/Runner/Format.pm
|
||||
%%SITE_PERL%%/Command/Runner/LineBuffer.pm
|
||||
%%SITE_PERL%%/Command/Runner/Quote.pm
|
||||
%%SITE_PERL%%/Command/Runner/Timeout.pm
|
||||
%%PERL5_MAN3%%/Command::Runner.3.gz
|
||||
Reference in New Issue
Block a user