openbsd-ports/devel/p5-Moose/Makefile

50 lines
1.0 KiB
Makefile
Raw Normal View History

2012-08-23 11:00:32 -04:00
# $OpenBSD: Makefile,v 1.21 2012/08/23 15:08:05 sthen 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.25
2012-08-23 11:00:32 -04:00
REVISION= 0
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2012-08-23 11:00:32 -04:00
WANTLIB += c
CPAN_AUTHOR= DROLSKY
BUILD_DEPENDS= devel/p5-Task-Weaken
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-Package-DeprecationManager \
devel/p5-Params-Util \
2010-11-15 14:45:56 -05:00
devel/p5-Sub-Exporter \
devel/p5-Sub-Name \
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-Fatal \
2010-11-15 14:45:56 -05:00
devel/p5-Test-Output \
devel/p5-Test-Requires \
2010-11-15 14:45:56 -05:00
textproc/p5-Regexp-Common \
www/p5-libwww \
www/p5-URI
.include <bsd.port.mk>