f15b57f2b8
bump all PKGNAMEs. OK jasper@
24 lines
497 B
Makefile
24 lines
497 B
Makefile
# $OpenBSD: Makefile,v 1.3 2006/12/25 13:40:28 simon Exp $
|
|
|
|
COMMENT= "plugin to Data::FormValidator for catalyst"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Catalyst-Plugin-FormValidator-0.02
|
|
PKGNAME= p5-${DISTNAME}p0
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= Simon Dassow <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::www/p5-Catalyst-Runtime \
|
|
::devel/p5-Data-FormValidator
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|