aboutsummaryrefslogtreecommitdiff
path: root/sysutils/p5-Command-Runner/Makefile
diff options
context:
space:
mode:
authorgeoffroy desvernay <dgeo@centrale-med.fr>2023-11-18 09:03:10 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2023-11-18 20:20:45 +0000
commit6aa92589717219a44c55f167d1f3ab6d08f1ec6f (patch)
tree24ae318834abd4e8e0602cffc395887b09dbf365 /sysutils/p5-Command-Runner/Makefile
parente167afd981bb3bc9dfc22add54e1e301bfe30394 (diff)
downloadports-6aa92589717219a44c55f167d1f3ab6d08f1ec6f.tar.gz
ports-6aa92589717219a44c55f167d1f3ab6d08f1ec6f.zip
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
Diffstat (limited to 'sysutils/p5-Command-Runner/Makefile')
-rw-r--r--sysutils/p5-Command-Runner/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/p5-Command-Runner/Makefile b/sysutils/p5-Command-Runner/Makefile
new file mode 100644
index 000000000000..fe3e986b23c8
--- /dev/null
+++ b/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>