aboutsummaryrefslogtreecommitdiff
path: root/sysutils/p5-App-RunCron
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2018-06-21 07:29:20 +0000
committerKurt Jaeger <pi@FreeBSD.org>2018-06-21 07:29:20 +0000
commitd2ae88b9cb7adda4d17ecc71903f6a505a3e7664 (patch)
tree849a5034c88d76cfb39e71490f7838f00d79a4d8 /sysutils/p5-App-RunCron
parent1d48a1c0f0bf501a5921f00e2130b9176547769f (diff)
downloadports-d2ae88b9cb7adda4d17ecc71903f6a505a3e7664.tar.gz
ports-d2ae88b9cb7adda4d17ecc71903f6a505a3e7664.zip
New port: sysutils/p5-App-RunCron
Making wrapper scripts for cron tasks WWW: https://metacpan.org/release/App-RunCron PR: 229158 Submitted by: Tomohiro Hosaka <bokutin@bokut.in>
Notes
Notes: svn path=/head/; revision=472958
Diffstat (limited to 'sysutils/p5-App-RunCron')
-rw-r--r--sysutils/p5-App-RunCron/Makefile27
-rw-r--r--sysutils/p5-App-RunCron/distinfo3
-rw-r--r--sysutils/p5-App-RunCron/pkg-descr3
-rw-r--r--sysutils/p5-App-RunCron/pkg-plist17
4 files changed, 50 insertions, 0 deletions
diff --git a/sysutils/p5-App-RunCron/Makefile b/sysutils/p5-App-RunCron/Makefile
new file mode 100644
index 000000000000..3beb33d548f3
--- /dev/null
+++ b/sysutils/p5-App-RunCron/Makefile
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME= App-RunCron
+PORTVERSION= 0.08
+CATEGORIES= sysutils perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= bokutin@bokut.in
+COMMENT= Making wrapper scripts for cron tasks
+
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Module-Build>=0.38:devel/p5-Module-Build
+RUN_DEPENDS= p5-Class-Accessor-Lite>=0:devel/p5-Class-Accessor-Lite \
+ p5-YAML-Tiny>=0:textproc/p5-YAML-Tiny
+TEST_DEPENDS= p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \
+ p5-File-pushd>=0:devel/p5-File-pushd \
+ p5-Test-Exit>=0:devel/p5-Test-Exit \
+ p5-Test-Requires>=0:devel/p5-Test-Requires \
+ p5-Test-Mock-Guard>=0:devel/p5-Test-Mock-Guard
+
+USES= perl5
+USE_PERL5= modbuild
+
+.include <bsd.port.mk>
diff --git a/sysutils/p5-App-RunCron/distinfo b/sysutils/p5-App-RunCron/distinfo
new file mode 100644
index 000000000000..98dd9c3693cf
--- /dev/null
+++ b/sysutils/p5-App-RunCron/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1529412424
+SHA256 (App-RunCron-0.08.tar.gz) = 048493537ecd35920edd83a00e691c3d3d23b21493975489abed8e060126b76b
+SIZE (App-RunCron-0.08.tar.gz) = 17683
diff --git a/sysutils/p5-App-RunCron/pkg-descr b/sysutils/p5-App-RunCron/pkg-descr
new file mode 100644
index 000000000000..40b949cc3923
--- /dev/null
+++ b/sysutils/p5-App-RunCron/pkg-descr
@@ -0,0 +1,3 @@
+Making wrapper scripts for cron tasks
+
+WWW: https://metacpan.org/release/App-RunCron
diff --git a/sysutils/p5-App-RunCron/pkg-plist b/sysutils/p5-App-RunCron/pkg-plist
new file mode 100644
index 000000000000..4e73b529920d
--- /dev/null
+++ b/sysutils/p5-App-RunCron/pkg-plist
@@ -0,0 +1,17 @@
+bin/runcron
+%%SITE_PERL%%/App/RunCron.pm
+%%SITE_PERL%%/App/RunCron/Announcer/Code.pm
+%%SITE_PERL%%/App/RunCron/Announcer/Command.pm
+%%SITE_PERL%%/App/RunCron/CLI.pm
+%%SITE_PERL%%/App/RunCron/Reporter.pm
+%%SITE_PERL%%/App/RunCron/Reporter/Code.pm
+%%SITE_PERL%%/App/RunCron/Reporter/Command.pm
+%%SITE_PERL%%/App/RunCron/Reporter/File.pm
+%%SITE_PERL%%/App/RunCron/Reporter/Fluentd.pm
+%%SITE_PERL%%/App/RunCron/Reporter/None.pm
+%%SITE_PERL%%/App/RunCron/Reporter/Stdout.pm
+%%SITE_PERL%%/Test/App/RunCron.pm
+%%PERL5_MAN1%%/runcron.1.gz
+%%PERL5_MAN3%%/App::RunCron.3.gz
+%%PERL5_MAN3%%/App::RunCron::Reporter.3.gz
+%%PERL5_MAN3%%/Test::App::RunCron.3.gz