openbsd-ports/www/p5-Catalyst-Runtime/Makefile
sthen 0d2e4ffd4b fix dependencies and bump following COMES_WITH for
the last batch of packages which moved to base perl.
reads fine to ajacoutot
2008-11-07 15:08:58 +00:00

40 lines
920 B
Makefile

# $OpenBSD: Makefile,v 1.15 2008/11/07 15:10:14 sthen Exp $
COMMENT= MVC Web Application Framework
MODULES= cpan
DISTNAME= Catalyst-Runtime-5.7014
PKGNAME= p5-${DISTNAME}p0
CATEGORIES= www
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
RUN_DEPENDS= ::devel/p5-Class-Accessor \
::devel/p5-Class-Data-Inheritable \
::devel/p5-Class-Inspector \
::devel/p5-Data-Dump \
::devel/p5-File-Modified \
::devel/p5-Path-Class \
::devel/p5-Tree-Simple \
::devel/p5-Tree-Simple-VisitorFactory \
::textproc/p5-Text-SimpleTable \
::www/p5-CGI-Simple \
::www/p5-HTTP-Body \
::www/p5-HTTP-Request-AsCGI \
:p5-libwww->=5.805:www/p5-libwww
REGRESS_DEPENDS=::devel/p5-YAML
MAKE_ENV= TEST_POD=Yes
CONFIGURE_ARGS= --skip
.include <bsd.port.mk>