2001-10-30 15:01:47 +01:00
|
|
|
# New ports collection makefile for: Data::FormValidator
|
|
|
|
# Date created: 27 Oct 2001
|
|
|
|
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Data-FormValidator
|
2005-09-23 13:35:19 +02:00
|
|
|
PORTVERSION= 4.02
|
2001-10-30 15:01:47 +01:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
2005-09-23 13:35:19 +02:00
|
|
|
MASTER_SITE_SUBDIR= Data
|
2001-10-30 15:01:47 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2005-09-23 13:35:19 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-11-15 10:24:22 +01:00
|
|
|
COMMENT= Validates user input (usually from an HTML form) based
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \
|
|
|
|
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
|
|
|
|
${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
|
|
|
|
${SITE_PERL}/File/MMagic.pm:${PORTSDIR}/devel/p5-File-MMagic \
|
|
|
|
${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size \
|
|
|
|
${SITE_PERL}/Regexp/Common.pm:${PORTSDIR}/textproc/p5-Regexp-Common \
|
|
|
|
${SITE_PERL}/MIME/Types.pm:${PORTSDIR}/mail/p5-MIME-Types
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2001-10-30 15:01:47 +01:00
|
|
|
|
2004-02-10 19:59:43 +01:00
|
|
|
PERL_MODBUILD= yes
|
2001-10-30 15:01:47 +01:00
|
|
|
|
2003-11-15 10:24:22 +01:00
|
|
|
MAN3= Data::FormValidator.3 \
|
|
|
|
Data::FormValidator::ConstraintsFactory.3 \
|
|
|
|
Data::FormValidator::Constraints.3 \
|
|
|
|
Data::FormValidator::Constraints::Dates.3 \
|
|
|
|
Data::FormValidator::Constraints::Upload.3 \
|
|
|
|
Data::FormValidator::Filters.3 \
|
|
|
|
Data::FormValidator::Results.3
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500601
|
|
|
|
IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again
|
|
|
|
.endif
|
2001-10-30 15:01:47 +01:00
|
|
|
|
2003-11-15 10:24:22 +01:00
|
|
|
.include <bsd.port.post.mk>
|