SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
27
devel/p5-MooseX-ConfigFromFile/Makefile
Normal file
27
devel/p5-MooseX-ConfigFromFile/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
COMMENT= Moose role for setting attributes from a config file
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME= MooseX-ConfigFromFile-0.14
|
||||
CATEGORIES= devel
|
||||
FIX_EXTRACT_PERMISSIONS= Yes
|
||||
REVISION= 2
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
CONFIGURE_STYLE= modbuild tiny
|
||||
|
||||
RUN_DEPENDS= devel/p5-Moose \
|
||||
devel/p5-MooseX-Types \
|
||||
devel/p5-MooseX-Types-Path-Tiny>=0.005 \
|
||||
devel/p5-namespace-autoclean
|
||||
|
||||
TEST_DEPENDS= devel/p5-Moose \
|
||||
devel/p5-MooseX-Getopt \
|
||||
devel/p5-Test-Deep \
|
||||
devel/p5-Test-Fatal \
|
||||
devel/p5-Test-Requires \
|
||||
devel/p5-Test-Without-Module
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-MooseX-ConfigFromFile/distinfo
Normal file
2
devel/p5-MooseX-ConfigFromFile/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (MooseX-ConfigFromFile-0.14.tar.gz) = mtNDzZ+G1xS+m1S5xopEPYrMZQG2rWsV6coBMLLpbwg=
|
||||
SIZE (MooseX-ConfigFromFile-0.14.tar.gz) = 31280
|
4
devel/p5-MooseX-ConfigFromFile/pkg/DESCR
Normal file
4
devel/p5-MooseX-ConfigFromFile/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
Abstract role which provides an alternate constructor for creating
|
||||
objects using parameters passed in from a configuration file. The actual
|
||||
implementation of reading the configuration file is left to concrete
|
||||
subroles.
|
2
devel/p5-MooseX-ConfigFromFile/pkg/PLIST
Normal file
2
devel/p5-MooseX-ConfigFromFile/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
${P5SITE}/MooseX/ConfigFromFile.pm
|
||||
@man man/man3p/MooseX::ConfigFromFile.3p
|
Loading…
Add table
Add a link
Reference in a new issue