freebsd-ports/textproc/p5-FormValidator-Lite/Makefile
Andrej Zverev a18c4ef0e8 - Update to 0.19
PR:		ports/150099
Submitted by:	TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer)
2010-08-30 05:27:36 +00:00

34 lines
1,004 B
Makefile

# New ports collection makefile for: p5-FormValidator-Lite
# Date created: 2009-03-09
# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org>
#
# $FreeBSD$
#
PORTNAME= FormValidator-Lite
PORTVERSION= 0.19
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kaoru@kaisei.org
COMMENT= Lightleight form validation library
RUN_DEPENDS= ${SITE_PERL}/UNIVERSAL/require.pm:${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>