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

View file

@ -0,0 +1,2 @@
SHA256 (MooseX-MethodAttributes-0.32.tar.gz) = yzOIZXS30t05xCwNzccHrNsK7H273pohwEImYDaMGXs=
SIZE (MooseX-MethodAttributes-0.32.tar.gz) = 43359

View file

@ -0,0 +1,2 @@
Module allows code attributes of methods to be introspected using Moose
meta method objects.

View 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