a6ebfd0f9e
Moose is wonderful but unfortunately, a little slow. Though significant progress has been made over the years, the compile time penalty is a non-starter for some applications. Mouse aims to alleviate this by providing a subset of Moose's functionality, faster. In particular, "has" in Moose is missing only a few expert-level features.
25 lines
503 B
Makefile
25 lines
503 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/08/20 13:44:33 simon Exp $
|
|
|
|
COMMENT = Moose minus the antlers
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Mouse-0.06
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
CPAN_AUTHOR = SARTAK
|
|
|
|
RUN_DEPENDS = ::devel/p5-Sub-Exporter \
|
|
::devel/p5-MRO-Compat \
|
|
::devel/p5-Class-Method-Modifiers
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|