eae2c85ea7
from Andreas Voegele
29 lines
579 B
Makefile
29 lines
579 B
Makefile
# $OpenBSD: Makefile,v 1.13 2012/04/08 21:57:39 sthen Exp $
|
|
|
|
COMMENT= sensible default end action for catalyst
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Catalyst-Action-RenderView-0.16
|
|
CATEGORIES= www
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Data-Visitor>=0.24 \
|
|
devel/p5-MRO-Compat \
|
|
www/p5-Catalyst-Runtime>=5.80030
|
|
|
|
REGRESS_DEPENDS=www/p5-HTTP-Request-AsCGI
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
CONFIGURE_STYLE=modinst
|
|
|
|
.include <bsd.port.mk>
|