msf cc7869ae6c initial import of Moose 0.26
Moose is built on top of Class::MOP, which is a metaclass system 
for Perl 5. This means that Moose not only makes building normal 
Perl 5 objects better, but it also provides the power of metaclass 
programming.
2007-11-12 14:27:33 +00:00

27 lines
515 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/11/12 14:27:33 msf Exp $
COMMENT= a complete modern object system for perl 5
MODULES= cpan
DISTNAME= Moose-0.26
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CPAN_AUTHOR= STEVAN
CONFIGURE_STYLE=build
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::devel/p5-Class-MOP \
::devel/p5-Sub-Exporter
REGRESS_DEPENDS=::devel/p5-Test-Exception \
::devel/p5-Test-LongString
.include <bsd.port.mk>