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,24 @@
COMMENT = make your classes pluggable
DISTNAME = MooseX-Object-Pluggable-0.0014
CATEGORIES = devel
MAINTAINER = Wen Heping <wenheping2000@hotmail.com>
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
RUN_DEPENDS = devel/p5-Module-Pluggable \
devel/p5-Module-Runtime \
devel/p5-Moose \
devel/p5-Try-Tiny \
devel/p5-namespace-autoclean
TEST_DEPENDS = devel/p5-Test-Fatal
CONFIGURE_STYLE = modbuild tiny
PKG_ARCH = *
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (MooseX-Object-Pluggable-0.0014.tar.gz) = 8798u+g/WcIRFGPgx9yOafpT+zqJA/NvNtP4hsw+ZOA=
SIZE (MooseX-Object-Pluggable-0.0014.tar.gz) = 32080

View file

@ -0,0 +1,5 @@
This module is meant to be loaded as a role from Moose-based classes
it will add five methods and four attributes to assist you with the
loading and handling of plugins and extensions for plugins. I
understand that this may pollute your namespace, however I took great
care in using the least ambiguous names possible.

View file

@ -0,0 +1,4 @@
${P5SITE}/MooseX/
${P5SITE}/MooseX/Object/
${P5SITE}/MooseX/Object/Pluggable.pm
@man man/man3p/MooseX::Object::Pluggable.3p