ba8add3ebb
COMMENT-*/ERRORS/NO_REGRESS/PERMIT_*/REGRESS_IS_INTERACTIVE Change '.include "bsd.port.mk"' to '.include <bsd.port.mk>' while here (ok naddy@)
24 lines
576 B
Makefile
24 lines
576 B
Makefile
# $OpenBSD: Makefile,v 1.3 2007/09/15 20:38:23 merdely Exp $
|
|
|
|
COMMENT= catalyst helper for CRUD scaffolding
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Catalyst-Helper-Controller-Scaffold-0.04
|
|
CATEGORIES= devel www
|
|
|
|
# same as perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::databases/p5-Class-DBI-AsForm \
|
|
::www/p5-Catalyst-Plugin-FormValidator \
|
|
::databases/p5-Class-DBI-FromForm \
|
|
::textproc/p5-Template-Plugin-Class \
|
|
::textproc/p5-Catalyst-View-TT
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|