openbsd-ports/devel/p5-MooseX-NonMoose/Makefile
sthen 6aff27894f imports devel/p5-MooseX-NonMoose, ok landry, from Andreas Voegele's repo
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.
2012-04-08 21:04:36 +00:00

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>