2006-11-14 05:22:11 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.2 2006/11/14 10:22:12 espie Exp $
|
2006-11-05 05:00:41 -05:00
|
|
|
|
|
|
|
COMMENT= "Catalyst views using Mason components"
|
|
|
|
|
2006-11-14 05:22:11 -05:00
|
|
|
MODULES= cpan
|
2006-11-05 05:00:41 -05:00
|
|
|
DISTNAME= Catalyst-View-Mason-0.08
|
2006-11-14 05:22:11 -05:00
|
|
|
CATEGORIES= www
|
2006-11-05 05:00:41 -05:00
|
|
|
|
|
|
|
# Artistic + GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
RUN_DEPENDS= ::www/p5-Catalyst-Runtime \
|
|
|
|
::www/p5-HTML-Mason
|
|
|
|
|
2006-11-14 05:22:11 -05:00
|
|
|
CONFIGURE_STYLE=modbuild
|
2006-11-05 05:00:41 -05:00
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|