mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
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>
This commit is contained in:
parent
1d48a1c0f0
commit
d2ae88b9cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472958
@ -764,6 +764,7 @@
|
||||
SUBDIR += ori
|
||||
SUBDIR += osinfo-db-tools
|
||||
SUBDIR += osquery
|
||||
SUBDIR += p5-App-RunCron
|
||||
SUBDIR += p5-BSD-Jail-Object
|
||||
SUBDIR += p5-BSD-Process
|
||||
SUBDIR += p5-BSD-Sysctl
|
||||
|
27
sysutils/p5-App-RunCron/Makefile
Normal file
27
sysutils/p5-App-RunCron/Makefile
Normal file
@ -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>
|
3
sysutils/p5-App-RunCron/distinfo
Normal file
3
sysutils/p5-App-RunCron/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1529412424
|
||||
SHA256 (App-RunCron-0.08.tar.gz) = 048493537ecd35920edd83a00e691c3d3d23b21493975489abed8e060126b76b
|
||||
SIZE (App-RunCron-0.08.tar.gz) = 17683
|
3
sysutils/p5-App-RunCron/pkg-descr
Normal file
3
sysutils/p5-App-RunCron/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Making wrapper scripts for cron tasks
|
||||
|
||||
WWW: https://metacpan.org/release/App-RunCron
|
17
sysutils/p5-App-RunCron/pkg-plist
Normal file
17
sysutils/p5-App-RunCron/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user