openbsd-ports/www/p5-Catalyst-Plugin-SubRequest/Makefile
simon fe4272a032 maintenance update to version 0.11
remove quotes around COMMENT while there
2007-07-21 12:10:52 +00:00

23 lines
456 B
Makefile

# $OpenBSD: Makefile,v 1.5 2007/07/21 12:10:52 simon Exp $
COMMENT= map subrequests to actions in Catalyst
MODULES= cpan
DISTNAME= Catalyst-Plugin-SubRequest-0.11
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= ::www/p5-Catalyst-Runtime \
::devel/p5-File-Slurp
MAKE_ENV= TEST_POD=yes
.include <bsd.port.mk>