524f404e2f
MooseX::MarkAsMethods allows one to easily mark certain functions as Moose methods. This will allow other packages such as namespace::autoclean to operate without blowing away your overloads. After using MooseX::MarkAsMethods your overloads will be recognized by Class::MOP as being methods, and class extension as well as composition from roles with overloads will "just work".
20 lines
428 B
Makefile
20 lines
428 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/04/08 21:04:13 sthen Exp $
|
|
|
|
COMMENT = mark overload code symbols as methods
|
|
|
|
MODULES = cpan
|
|
DISTNAME = MooseX-MarkAsMethods-0.14
|
|
CATEGORIES = devel
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-B-Hooks-EndOfScope \
|
|
devel/p5-Moose \
|
|
devel/p5-namespace-autoclean>=0.12
|
|
|
|
.include <bsd.port.mk>
|