openbsd-ports/www/p5-Catalyst-Action-RenderView/Makefile

24 lines
512 B
Makefile
Raw Normal View History

2008-07-27 07:02:20 -04:00
# $OpenBSD: Makefile,v 1.8 2008/07/27 11:02:20 simon Exp $
COMMENT= sensible default end action for catalyst
2006-11-14 05:22:11 -05:00
MODULES= cpan
2008-07-27 07:02:20 -04:00
DISTNAME= Catalyst-Action-RenderView-0.08
2006-11-14 05:22:11 -05:00
CATEGORIES= www
2007-05-05 13:44:50 -04:00
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2007-09-29 16:27:20 -04:00
RUN_DEPENDS= :p5-Data-Visitor->=0.08:devel/p5-Data-Visitor \
::www/p5-Catalyst-Runtime
BUILD_DEPENDS= ${RUN_DEPENDS}
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>