SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
20
devel/p5-MooseX-MethodAttributes/Makefile
Normal file
20
devel/p5-MooseX-MethodAttributes/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
COMMENT = code attribute introspection
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
DISTNAME = MooseX-MethodAttributes-0.32
|
||||
CATEGORIES = devel
|
||||
|
||||
FIX_EXTRACT_PERMISSIONS = Yes
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
RUN_DEPENDS = devel/p5-Moose \
|
||||
devel/p5-namespace-autoclean>=0.08
|
||||
|
||||
TEST_DEPENDS = devel/p5-MooseX-Role-Parameterized \
|
||||
devel/p5-Test-Fatal \
|
||||
devel/p5-Test-Needs
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-MooseX-MethodAttributes/distinfo
Normal file
2
devel/p5-MooseX-MethodAttributes/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (MooseX-MethodAttributes-0.32.tar.gz) = yzOIZXS30t05xCwNzccHrNsK7H273pohwEImYDaMGXs=
|
||||
SIZE (MooseX-MethodAttributes-0.32.tar.gz) = 43359
|
2
devel/p5-MooseX-MethodAttributes/pkg/DESCR
Normal file
2
devel/p5-MooseX-MethodAttributes/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Module allows code attributes of methods to be introspected using Moose
|
||||
meta method objects.
|
33
devel/p5-MooseX-MethodAttributes/pkg/PLIST
Normal file
33
devel/p5-MooseX-MethodAttributes/pkg/PLIST
Normal file
|
@ -0,0 +1,33 @@
|
|||
${P5SITE}/MooseX/MethodAttributes/
|
||||
${P5SITE}/MooseX/MethodAttributes.pm
|
||||
${P5SITE}/MooseX/MethodAttributes/Inheritable.pm
|
||||
${P5SITE}/MooseX/MethodAttributes/Role/
|
||||
${P5SITE}/MooseX/MethodAttributes/Role.pm
|
||||
${P5SITE}/MooseX/MethodAttributes/Role/AttrContainer/
|
||||
${P5SITE}/MooseX/MethodAttributes/Role/AttrContainer.pm
|
||||
${P5SITE}/MooseX/MethodAttributes/Role/AttrContainer/Inheritable.pm
|
||||
${P5SITE}/MooseX/MethodAttributes/Role/Meta/
|
||||
${P5SITE}/MooseX/MethodAttributes/Role/Meta/Class.pm
|
||||
${P5SITE}/MooseX/MethodAttributes/Role/Meta/Map.pm
|
||||
${P5SITE}/MooseX/MethodAttributes/Role/Meta/Method/
|
||||
${P5SITE}/MooseX/MethodAttributes/Role/Meta/Method.pm
|
||||
${P5SITE}/MooseX/MethodAttributes/Role/Meta/Method/MaybeWrapped.pm
|
||||
${P5SITE}/MooseX/MethodAttributes/Role/Meta/Method/Wrapped.pm
|
||||
${P5SITE}/MooseX/MethodAttributes/Role/Meta/Role/
|
||||
${P5SITE}/MooseX/MethodAttributes/Role/Meta/Role.pm
|
||||
${P5SITE}/MooseX/MethodAttributes/Role/Meta/Role/Application/
|
||||
${P5SITE}/MooseX/MethodAttributes/Role/Meta/Role/Application.pm
|
||||
${P5SITE}/MooseX/MethodAttributes/Role/Meta/Role/Application/Summation.pm
|
||||
@man man/man3p/MooseX::MethodAttributes.3p
|
||||
@man man/man3p/MooseX::MethodAttributes::Inheritable.3p
|
||||
@man man/man3p/MooseX::MethodAttributes::Role.3p
|
||||
@man man/man3p/MooseX::MethodAttributes::Role::AttrContainer.3p
|
||||
@man man/man3p/MooseX::MethodAttributes::Role::AttrContainer::Inheritable.3p
|
||||
@man man/man3p/MooseX::MethodAttributes::Role::Meta::Class.3p
|
||||
@man man/man3p/MooseX::MethodAttributes::Role::Meta::Map.3p
|
||||
@man man/man3p/MooseX::MethodAttributes::Role::Meta::Method.3p
|
||||
@man man/man3p/MooseX::MethodAttributes::Role::Meta::Method::MaybeWrapped.3p
|
||||
@man man/man3p/MooseX::MethodAttributes::Role::Meta::Method::Wrapped.3p
|
||||
@man man/man3p/MooseX::MethodAttributes::Role::Meta::Role.3p
|
||||
@man man/man3p/MooseX::MethodAttributes::Role::Meta::Role::Application.3p
|
||||
@man man/man3p/MooseX::MethodAttributes::Role::Meta::Role::Application::Summation.3p
|
Loading…
Add table
Add a link
Reference in a new issue