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

25 lines
499 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2010/12/03 11:46:52 ajacoutot 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
2010-07-02 23:42:48 -04:00
DISTNAME= Catalyst-Plugin-SubRequest-0.16
REVISION= 0
2006-11-14 05:22:11 -05:00
CATEGORIES= www
2010-10-19 04:02:53 -04:00
USE_GROFF = Yes
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
2010-11-22 03:36:47 -05:00
RUN_DEPENDS= www/p5-Catalyst-Runtime>=5.7012
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>