2010-01-12 04:10:56 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2010/01/12 09:10:56 jasper Exp $
|
2007-11-12 09:27:33 -05:00
|
|
|
|
2008-10-07 13:01:42 -04:00
|
|
|
COMMENT= complete modern object system for perl 5
|
2007-11-12 09:27:33 -05:00
|
|
|
|
|
|
|
MODULES= cpan
|
2010-01-12 04:10:56 -05:00
|
|
|
DISTNAME= Moose-0.93
|
2007-11-12 09:27:33 -05:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
|
|
|
# perl
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-01-12 04:10:56 -05:00
|
|
|
CPAN_AUTHOR= FLORA
|
2007-11-12 09:27:33 -05:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2009-10-26 12:44:41 -04:00
|
|
|
RUN_DEPENDS= :p5-Class-MOP->=0.94:devel/p5-Class-MOP \
|
|
|
|
::devel/p5-Data-OptList \
|
2008-10-07 13:54:22 -04:00
|
|
|
::devel/p5-List-MoreUtils \
|
2009-05-07 04:15:20 -04:00
|
|
|
::devel/p5-Sub-Exporter \
|
2009-10-26 12:44:41 -04:00
|
|
|
::devel/p5-Sub-Name \
|
2009-05-07 04:15:20 -04:00
|
|
|
::devel/p5-Task-Weaken \
|
2009-10-26 12:44:41 -04:00
|
|
|
::devel/p5-Try-Tiny
|
2007-11-12 09:27:33 -05:00
|
|
|
|
2009-10-27 22:08:08 -04:00
|
|
|
REGRESS_DEPENDS=::databases/p5-DBM-Deep \
|
|
|
|
::devel/p5-DateTime-Calendar-Mayan \
|
|
|
|
::devel/p5-DateTime-Format-MySQL \
|
|
|
|
::devel/p5-Declare-Constraints-Simple \
|
|
|
|
::devel/p5-IO-String \
|
|
|
|
::devel/p5-Locale-US \
|
2009-10-26 12:44:41 -04:00
|
|
|
::devel/p5-Module-Refresh \
|
2009-10-27 22:08:08 -04:00
|
|
|
::devel/p5-Params-Coerce \
|
2009-10-26 12:44:41 -04:00
|
|
|
::devel/p5-Test-Deep \
|
2009-02-10 05:31:32 -05:00
|
|
|
::devel/p5-Test-Exception \
|
2009-10-26 12:44:41 -04:00
|
|
|
::devel/p5-Test-LongString \
|
2009-02-10 05:31:32 -05:00
|
|
|
::devel/p5-Test-Output \
|
2009-10-26 12:44:41 -04:00
|
|
|
:p5-Test-Warn->=0.10:devel/p5-Test-Warn \
|
2009-02-10 05:31:32 -05:00
|
|
|
::textproc/p5-Regexp-Common \
|
|
|
|
::www/p5-libwww \
|
|
|
|
::www/p5-URI
|
2007-11-12 09:27:33 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|