SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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>

View file

@ -0,0 +1,2 @@
SHA256 (MooseX-ConfigFromFile-0.14.tar.gz) = mtNDzZ+G1xS+m1S5xopEPYrMZQG2rWsV6coBMLLpbwg=
SIZE (MooseX-ConfigFromFile-0.14.tar.gz) = 31280

View 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.

View file

@ -0,0 +1,2 @@
${P5SITE}/MooseX/ConfigFromFile.pm
@man man/man3p/MooseX::ConfigFromFile.3p