openbsd-ports/www/p5-Catalyst-Plugin-SubRequest/Makefile
2008-05-22 14:49:24 +00:00

23 lines
488 B
Makefile

# $OpenBSD: Makefile,v 1.7 2008/05/22 14:49:24 simon Exp $
COMMENT= map subrequests to actions in Catalyst
MODULES= cpan
DISTNAME= Catalyst-Plugin-SubRequest-0.13
CATEGORIES= www
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= :p5-Catalyst-Runtime->=5.7012:www/p5-Catalyst-Runtime
BUILD_DEPENDS= ${RUN_DEPENDS}
MAKE_ENV= TEST_POD=yes
.include <bsd.port.mk>