2010-12-03 11:46:46 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2010/12/03 11:46:52 ajacoutot Exp $
|
2006-11-04 23:19:25 +00:00
|
|
|
|
2007-07-21 12:10:52 +00:00
|
|
|
COMMENT= map subrequests to actions in Catalyst
|
2006-11-04 23:19:25 +00:00
|
|
|
|
2006-11-14 10:22:11 +00:00
|
|
|
MODULES= cpan
|
2010-07-03 03:42:48 +00:00
|
|
|
DISTNAME= Catalyst-Plugin-SubRequest-0.16
|
2010-12-03 11:46:46 +00:00
|
|
|
REVISION= 0
|
2006-11-14 10:22:11 +00:00
|
|
|
CATEGORIES= www
|
2010-10-19 08:02:53 +00:00
|
|
|
USE_GROFF = Yes
|
2006-11-04 23:19:25 +00:00
|
|
|
|
2007-05-05 17:44:50 +00:00
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
2006-11-04 23:19:25 +00:00
|
|
|
|
2006-12-25 13:40:28 +00:00
|
|
|
# Perl
|
2006-11-04 23:19:25 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-11-22 08:36:47 +00:00
|
|
|
RUN_DEPENDS= www/p5-Catalyst-Runtime>=5.7012
|
2007-12-14 22:14:19 +00:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2006-11-04 23:19:25 +00:00
|
|
|
|
|
|
|
MAKE_ENV= TEST_POD=yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|