freebsd-ports/textproc/p5-FormValidator-Lite/Makefile
Philip M. Gollucci cade060f5f - Update to 0.21
PR:             ports/153093
Submitted by:   myself (pgollucci)
Approved by:    kaoru@kaisei.org (maintainer)
Changes:        http://search.cpan.org/dist/FormValidator-Lite/Changes
2010-12-13 18:34:51 +00:00

34 lines
996 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.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>