openbsd-ports/textproc/p5-Catalyst-View-TT/Makefile
simon c129d3c528 update to version 0.29 and add an indirectly covered dependency to be
sure it doesn't break with p5-Catalyst-Runtime->=5.8
2009-05-06 22:44:25 +00:00

29 lines
593 B
Makefile

# $OpenBSD: Makefile,v 1.9 2009/05/06 22:44:25 simon Exp $
COMMENT= Template Toolkit views for Catalyst
DISTNAME= Catalyst-View-TT-0.29
CATEGORIES= textproc
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
RUN_DEPENDS= ::devel/p5-Data-Dump \
::devel/p5-Class-Accessor \
::devel/p5-MRO-Compat \
::devel/p5-Path-Class \
::textproc/p5-Template-Timer \
::www/p5-Catalyst-Runtime
BUILD_DEPENDS= ${RUN_DEPENDS}
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>