openbsd-ports/devel/p5-Moose/Makefile
2012-08-23 15:00:32 +00:00

50 lines
1.0 KiB
Makefile

# $OpenBSD: Makefile,v 1.21 2012/08/23 15:08:05 sthen Exp $
SHARED_ONLY= Yes
COMMENT= complete modern object system for perl 5
MODULES= cpan
DISTNAME= Moose-1.25
REVISION= 0
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += c
CPAN_AUTHOR= DROLSKY
BUILD_DEPENDS= devel/p5-Task-Weaken
RUN_DEPENDS= devel/p5-Class-MOP>=1.11 \
devel/p5-Data-OptList \
devel/p5-List-MoreUtils \
devel/p5-Package-DeprecationManager \
devel/p5-Params-Util \
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 \
devel/p5-Test-Output \
devel/p5-Test-Requires \
textproc/p5-Regexp-Common \
www/p5-libwww \
www/p5-URI
.include <bsd.port.mk>