6aff27894f
MooseX::NonMoose allows for easily subclassing non-Moose classes with Moose, taking care of the annoying details connected with doing this, such as setting up proper inheritance from Moose::Object and installing (and inlining, at make_immutable time) a constructor that makes sure things like BUILD methods are called.
21 lines
423 B
Makefile
21 lines
423 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/04/08 21:04:36 sthen Exp $
|
|
|
|
COMMENT = easy subclassing of non-Moose classes
|
|
|
|
MODULES = cpan
|
|
DISTNAME = MooseX-NonMoose-0.22
|
|
CATEGORIES = devel
|
|
|
|
# same as perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-List-MoreUtils \
|
|
devel/p5-Moose
|
|
|
|
REGRESS_DEPENDS = devel/p5-Test-Fatal
|
|
|
|
.include <bsd.port.mk>
|