25 lines
477 B
Makefile
Raw Normal View History

2013-03-11 11:35:43 +00:00
# $OpenBSD: Makefile,v 1.19 2013/03/11 11:44:44 espie Exp $
2006-11-04 20:34:21 +00:00
COMMENT= catalyst plugin to Config::Any
2006-11-04 20:34:21 +00:00
2006-11-14 10:22:11 +00:00
MODULES= cpan
DISTNAME= Catalyst-Plugin-ConfigLoader-0.30
2006-11-14 10:22:11 +00:00
CATEGORIES= www
2010-10-19 08:02:53 +00:00
USE_GROFF = Yes
2006-11-04 20:34:21 +00:00
2007-05-05 17:44:50 +00:00
MAINTAINER= Simon Bertrang <simon@openbsd.org>
2006-11-04 20:34:21 +00:00
# Perl
2006-11-04 20:34:21 +00:00
PERMIT_PACKAGE_CDROM= Yes
RUN_DEPENDS= devel/p5-Config-Any>=0.23 \
2010-11-22 08:36:47 +00:00
devel/p5-Data-Visitor \
devel/p5-MRO-Compat \
www/p5-Catalyst-Runtime>=5.80024
2006-11-04 20:34:21 +00:00
2006-11-14 10:22:11 +00:00
MAKE_ENV= TEST_POD=Yes
CONFIGURE_ARGS= --skipdeps
2006-11-04 20:34:21 +00:00
.include <bsd.port.mk>