27 lines
546 B
Makefile
27 lines
546 B
Makefile
# $OpenBSD: Makefile,v 1.3 2006/11/14 10:22:11 espie Exp $
|
|
|
|
COMMENT= "catalyst plugin to Config::Any"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Catalyst-Plugin-ConfigLoader-0.13
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= Simon Dassow <janus@errornet.de>
|
|
|
|
# Artistic + GPL
|
|
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 \
|
|
::devel/p5-Module-Pluggable \
|
|
::www/p5-Catalyst-Runtime
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
CONFIGURE_STYLE=modbuild
|
|
|
|
.include <bsd.port.mk>
|