Skip to content

Commit

Permalink
sysutils/p5-Command-Runner: Run external commands and Perl code refs
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dgeo authored and clausecker committed Nov 18, 2023
1 parent e167afd commit 6aa9258
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions sysutils/Makefile
Expand Up @@ -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
Expand Down
18 changes: 18 additions & 0 deletions sysutils/p5-Command-Runner/Makefile
@@ -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>
3 changes: 3 additions & 0 deletions sysutils/p5-Command-Runner/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1698534722
SHA256 (Command-Runner-0.200.tar.gz) = 5ad26d06111bfecd53c8f5bb5dea94bf2025f6c78e95f6d8012e4cfa89e29f26
SIZE (Command-Runner-0.200.tar.gz) = 13249
3 changes: 3 additions & 0 deletions sysutils/p5-Command-Runner/pkg-descr
@@ -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.
6 changes: 6 additions & 0 deletions sysutils/p5-Command-Runner/pkg-plist
@@ -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

0 comments on commit 6aa9258

Please sign in to comment.