openbsd-ports/www/p5-Catalyst-Plugin-ConfigLoader/Makefile
sthen 0d2e4ffd4b fix dependencies and bump following COMES_WITH for
the last batch of packages which moved to base perl.
reads fine to ajacoutot
2008-11-07 15:08:58 +00:00

26 lines
535 B
Makefile

# $OpenBSD: Makefile,v 1.11 2008/11/07 15:10:14 sthen Exp $
COMMENT= catalyst plugin to Config::Any
MODULES= cpan
DISTNAME= Catalyst-Plugin-ConfigLoader-0.21
PKGNAME= p5-${DISTNAME}p0
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= ::devel/p5-Config-Any \
::devel/p5-Data-Visitor \
::www/p5-Catalyst-Runtime
BUILD_DEPENDS= ${RUN_DEPENDS}
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>