6b7ee9d4b0
Fixes Catalyst with Moose 1.24+, this has been broken in the tree for a while. This and the many related updates to follow are all from Andreas Voegele's repo at https://github.com/voegelas/openbsd-mystuff, thanks Andreas, this must have been a huge bunch of work. I have forked this at github/sthen/p5-ports-wip and am removing things from there once committed, there are various additional new perl ports there and it would be nice if people could help work through what's left.
69 lines
1.7 KiB
Makefile
69 lines
1.7 KiB
Makefile
# $OpenBSD: Makefile,v 1.22 2012/04/08 21:49:58 sthen Exp $
|
|
|
|
COMMENT= MVC Web Application Framework
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Catalyst-Runtime-5.90006
|
|
CATEGORIES= www
|
|
USE_GROFF = Yes
|
|
|
|
HOMEPAGE= http://www.catalystframework.org/
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Artistic + GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
BUILD_DEPENDS= devel/p5-Task-Weaken
|
|
|
|
RUN_DEPENDS= devel/p5-namespace-autoclean \
|
|
devel/p5-namespace-clean \
|
|
devel/p5-B-Hooks-EndOfScope>=0.08 \
|
|
devel/p5-Class-C3-Adopt-NEXT>=0.07 \
|
|
devel/p5-Class-Load \
|
|
devel/p5-Class-MOP>=1.03 \
|
|
devel/p5-Data-Dump \
|
|
devel/p5-Data-OptList \
|
|
devel/p5-List-MoreUtils \
|
|
devel/p5-MRO-Compat \
|
|
devel/p5-Moose>=1.08 \
|
|
devel/p5-MooseX-Emulate-Class-Accessor-Fast>=0.00903 \
|
|
devel/p5-MooseX-Getopt>=0.30 \
|
|
devel/p5-MooseX-MethodAttributes>=0.25 \
|
|
devel/p5-MooseX-Role-WithOverloading>=0.09 \
|
|
devel/p5-MooseX-Types \
|
|
devel/p5-MooseX-Types-Common \
|
|
devel/p5-MooseX-Types-LoadableClass \
|
|
devel/p5-Path-Class>=0.09 \
|
|
www/p5-Plack \
|
|
www/p5-Plack-Middleware-ReverseProxy \
|
|
www/p5-Plack-Test-ExternalServer \
|
|
devel/p5-Sub-Exporter \
|
|
devel/p5-Tree-Simple \
|
|
devel/p5-Tree-Simple-VisitorFactory \
|
|
devel/p5-Try-Tiny \
|
|
textproc/p5-String-RewritePrefix \
|
|
textproc/p5-Text-SimpleTable \
|
|
www/p5-CGI-Simple \
|
|
www/p5-HTML-Parser \
|
|
www/p5-HTTP-Body \
|
|
www/p5-URI \
|
|
www/p5-HTTP-Request-AsCGI>=1.0 \
|
|
www/p5-libwww>=5.805
|
|
|
|
REGRESS_DEPENDS=devel/p5-Class-Data-Inheritable \
|
|
devel/p5-MooseX-Daemonize \
|
|
devel/p5-Test-Exception \
|
|
devel/p5-YAML \
|
|
www/fcgi \
|
|
www/p5-Starman
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
CONFIGURE_ARGS= --skipdeps
|
|
|
|
.include <bsd.port.mk>
|