7788618e92
Catalyst::Plugin::DefaultEnd is deprecated. Please use Catalyst::Action::RenderView instead. from Andreas Voegele
25 lines
496 B
Makefile
25 lines
496 B
Makefile
# $OpenBSD: Makefile,v 1.9 2012/04/08 21:58:28 sthen Exp $
|
|
|
|
COMMENT= sensible default end action (deprecated)
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Catalyst-Plugin-DefaultEnd-0.08
|
|
CATEGORIES= www devel
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Sean Comeau <scomeau@obscurity.org>
|
|
|
|
# same as perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= www/p5-Catalyst-Runtime
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
.include <bsd.port.mk>
|