openbsd-ports/devel/p5-Moose/Makefile

48 lines
1.0 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.19 2011/04/09 19:12:07 simon Exp $
2010-07-02 00:10:24 -04:00
SHARED_ONLY= Yes
2008-10-07 13:01:42 -04:00
COMMENT= complete modern object system for perl 5
MODULES= cpan
DISTNAME= Moose-1.24
CATEGORIES= devel
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CPAN_AUTHOR= DROLSKY
BUILD_DEPENDS= ${RUN_DEPENDS}
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 \
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
.include <bsd.port.mk>