openbsd-ports/www/p5-Catalyst-Plugin-SubRequest/Makefile

23 lines
488 B
Makefile
Raw Normal View History

2008-05-22 10:49:24 -04:00
# $OpenBSD: Makefile,v 1.7 2008/05/22 14:49:24 simon Exp $
2006-11-04 18:19:25 -05:00
COMMENT= map subrequests to actions in Catalyst
2006-11-04 18:19:25 -05:00
2006-11-14 05:22:11 -05:00
MODULES= cpan
2008-05-22 10:49:24 -04:00
DISTNAME= Catalyst-Plugin-SubRequest-0.13
2006-11-14 05:22:11 -05:00
CATEGORIES= www
2006-11-04 18:19:25 -05:00
2007-05-05 13:44:50 -04:00
MAINTAINER= Simon Bertrang <simon@openbsd.org>
2006-11-04 18:19:25 -05:00
# Perl
2006-11-04 18:19:25 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2008-05-22 10:49:24 -04:00
RUN_DEPENDS= :p5-Catalyst-Runtime->=5.7012:www/p5-Catalyst-Runtime
2007-12-14 17:14:19 -05:00
BUILD_DEPENDS= ${RUN_DEPENDS}
2006-11-04 18:19:25 -05:00
MAKE_ENV= TEST_POD=yes
.include <bsd.port.mk>