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. From wen heping <wenheping2000 () hotmail ! com> OK cwen@
27 lines
521 B
Makefile
27 lines
521 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2020/10/09 01:59:11 afresh1 Exp $
|
|
|
|
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>
|