SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
24
devel/p5-MooseX-Object-Pluggable/Makefile
Normal file
24
devel/p5-MooseX-Object-Pluggable/Makefile
Normal 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>
|
2
devel/p5-MooseX-Object-Pluggable/distinfo
Normal file
2
devel/p5-MooseX-Object-Pluggable/distinfo
Normal 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
|
5
devel/p5-MooseX-Object-Pluggable/pkg/DESCR
Normal file
5
devel/p5-MooseX-Object-Pluggable/pkg/DESCR
Normal 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.
|
4
devel/p5-MooseX-Object-Pluggable/pkg/PLIST
Normal file
4
devel/p5-MooseX-Object-Pluggable/pkg/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
${P5SITE}/MooseX/
|
||||
${P5SITE}/MooseX/Object/
|
||||
${P5SITE}/MooseX/Object/Pluggable.pm
|
||||
@man man/man3p/MooseX::Object::Pluggable.3p
|
Loading…
Add table
Add a link
Reference in a new issue