SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
22
devel/p5-MooseX-Daemonize/Makefile
Normal file
22
devel/p5-MooseX-Daemonize/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
COMMENT = role for daemonizing your Moose based application
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
DISTNAME = MooseX-Daemonize-0.22
|
||||
CATEGORIES = devel
|
||||
FIX_EXTRACT_PERMISSIONS = Yes
|
||||
|
||||
# same as perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
CONFIGURE_STYLE = modbuild tiny
|
||||
|
||||
BUILD_DEPENDS = devel/p5-Devel-CheckOS
|
||||
RUN_DEPENDS = devel/p5-Moose \
|
||||
devel/p5-MooseX-Getopt>=0.62 \
|
||||
devel/p5-MooseX-Types-Path-Class
|
||||
TEST_DEPENDS = devel/p5-Test-Fatal
|
||||
|
||||
MAKE_ENV += TEST_POD=Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-MooseX-Daemonize/distinfo
Normal file
2
devel/p5-MooseX-Daemonize/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (MooseX-Daemonize-0.22.tar.gz) = in+5mdypuAKoUTahAUGy0zeKPs3gUnwd9z1V7bKOWbM=
|
||||
SIZE (MooseX-Daemonize-0.22.tar.gz) = 47281
|
3
devel/p5-MooseX-Daemonize/pkg/DESCR
Normal file
3
devel/p5-MooseX-Daemonize/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
Often you want to write a persistant daemon that has a pid file, and
|
||||
responds appropriately to Signals. MooseX::Daemonize provides a set of
|
||||
basic roles as an infrastructure to do that.
|
15
devel/p5-MooseX-Daemonize/pkg/PLIST
Normal file
15
devel/p5-MooseX-Daemonize/pkg/PLIST
Normal file
|
@ -0,0 +1,15 @@
|
|||
${P5SITE}/MooseX/Daemonize/
|
||||
${P5SITE}/MooseX/Daemonize.pm
|
||||
${P5SITE}/MooseX/Daemonize/Core.pm
|
||||
${P5SITE}/MooseX/Daemonize/Pid/
|
||||
${P5SITE}/MooseX/Daemonize/Pid.pm
|
||||
${P5SITE}/MooseX/Daemonize/Pid/File.pm
|
||||
${P5SITE}/MooseX/Daemonize/WithPidFile.pm
|
||||
${P5SITE}/Test/MooseX/
|
||||
${P5SITE}/Test/MooseX/Daemonize.pm
|
||||
@man man/man3p/MooseX::Daemonize.3p
|
||||
@man man/man3p/MooseX::Daemonize::Core.3p
|
||||
@man man/man3p/MooseX::Daemonize::Pid.3p
|
||||
@man man/man3p/MooseX::Daemonize::Pid::File.3p
|
||||
@man man/man3p/MooseX::Daemonize::WithPidFile.3p
|
||||
@man man/man3p/Test::MooseX::Daemonize.3p
|
Loading…
Add table
Add a link
Reference in a new issue