2011-04-09 15:12:07 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.19 2011/04/09 19:12:07 simon Exp $
|
2010-07-02 00:10:24 -04:00
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
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
|
2011-04-09 15:12:07 -04:00
|
|
|
DISTNAME= Moose-1.24
|
2007-11-12 09:27:33 -05:00
|
|
|
CATEGORIES= devel
|
2010-10-18 13:47:50 -04:00
|
|
|
USE_GROFF = Yes
|
2007-11-12 09:27:33 -05:00
|
|
|
|
|
|
|
# perl
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2011-04-09 15:12:07 -04:00
|
|
|
CPAN_AUTHOR= DROLSKY
|
2007-11-12 09:27:33 -05:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2011-04-09 15:12:07 -04:00
|
|
|
RUN_DEPENDS= devel/p5-Class-MOP>=1.11 \
|
2010-11-15 14:45:56 -05:00
|
|
|
devel/p5-Data-OptList \
|
|
|
|
devel/p5-List-MoreUtils \
|
|
|
|
devel/p5-Sub-Exporter \
|
|
|
|
devel/p5-Sub-Name \
|
|
|
|
devel/p5-Task-Weaken \
|
|
|
|
devel/p5-Try-Tiny
|
|
|
|
|
|
|
|
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 \
|
|
|
|
devel/p5-Module-Refresh \
|
|
|
|
devel/p5-Params-Coerce \
|
|
|
|
devel/p5-Test-Deep \
|
|
|
|
devel/p5-Test-Exception \
|
|
|
|
devel/p5-Test-LongString \
|
|
|
|
devel/p5-Test-Output \
|
2011-04-09 15:12:07 -04:00
|
|
|
devel/p5-Test-Requires \
|
2010-11-26 02:18:59 -05:00
|
|
|
devel/p5-Test-Warn>=0.10 \
|
2010-11-15 14:45:56 -05:00
|
|
|
textproc/p5-Regexp-Common \
|
|
|
|
www/p5-libwww \
|
|
|
|
www/p5-URI
|
2007-11-12 09:27:33 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|