openbsd-ports/devel/p5-Moose/Makefile

34 lines
756 B
Makefile
Raw Normal View History

2009-06-18 20:28:30 -04:00
# $OpenBSD: Makefile,v 1.8 2009/06/19 00:28:30 jim Exp $
2008-10-07 13:01:42 -04:00
COMMENT= complete modern object system for perl 5
MODULES= cpan
2009-06-18 20:28:30 -04:00
DISTNAME= Moose-0.81
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2008-10-07 13:01:42 -04:00
CPAN_AUTHOR= DROLSKY
BUILD_DEPENDS= ${RUN_DEPENDS}
2009-06-18 20:28:30 -04:00
RUN_DEPENDS= :p5-Class-MOP->=0.85:devel/p5-Class-MOP \
::devel/p5-List-MoreUtils \
2009-05-07 04:15:20 -04:00
::devel/p5-Sub-Exporter \
::devel/p5-Task-Weaken \
::devel/p5-Data-OptList
REGRESS_DEPENDS=:p5-Test-Warn->=0.10:devel/p5-Test-Warn \
::devel/p5-Test-LongString \
::devel/p5-Test-Exception \
::devel/p5-Test-Output \
::textproc/p5-Regexp-Common \
::devel/p5-Locale-US \
::www/p5-libwww \
::www/p5-URI
.include <bsd.port.mk>