openbsd-ports/devel/p5-Moose/Makefile
simon c61ffebf36 update to version 1.24
tested by landry@ and Gleydson Soares
comments and good looks from landry@
2011-04-09 19:12:07 +00:00

48 lines
1.0 KiB
Makefile

# $OpenBSD: Makefile,v 1.19 2011/04/09 19:12:07 simon Exp $
SHARED_ONLY= Yes
COMMENT= complete modern object system for perl 5
MODULES= cpan
DISTNAME= Moose-1.24
CATEGORIES= devel
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 \
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 \
devel/p5-Test-Warn>=0.10 \
textproc/p5-Regexp-Common \
www/p5-libwww \
www/p5-URI
.include <bsd.port.mk>