# New ports collection makefile for:	p5-FormValidator-Lite
# Date created:		2009-03-09
# Whom:			TAKAHASHI Kaoru <kaoru@kaisei.org>
#
# $FreeBSD: ports/textproc/p5-FormValidator-Lite/Makefile,v 1.18 2010/12/13 18:34:51 pgollucci Exp $
#

PORTNAME=	FormValidator-Lite
PORTVERSION=	0.21
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	kaoru@kaisei.org
COMMENT=	Lightleight form validation library

RUN_DEPENDS=	p5-UNIVERSAL-require>0.11:${PORTSDIR}/devel/p5-UNIVERSAL-require \
	${SITE_PERL}/Class/Accessor/Lite.pm:${PORTSDIR}/devel/p5-Class-Accessor-Lite

PERL_CONFIGURE=	5.8.9+

MAN3=		FormValidator::Lite.3 \
	FormValidator::Lite::Constraint.3 \
	FormValidator::Lite::Constraint::Date.3 \
	FormValidator::Lite::Constraint::Default.3 \
	FormValidator::Lite::Constraint::Email.3 \
	FormValidator::Lite::Constraint::File.3 \
	FormValidator::Lite::Constraint::Japanese.3 \
	FormValidator::Lite::Constraint::Time.3 \
	FormValidator::Lite::Constraint::URL.3 \
	FormValidator::Lite::Messages::en.3 \
	FormValidator::Lite::Messages::ja.3

.include <bsd.port.mk>
