mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
49886bfcd2
- Sort *_DEPENDS Changes: http://search.cpan.org/dist/Data-FormValidator/Changes Feature safe: yes
38 lines
1.1 KiB
Makefile
38 lines
1.1 KiB
Makefile
# New ports collection makefile for: Data::FormValidator
|
|
# Date created: 27 Oct 2001
|
|
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Data-FormValidator
|
|
PORTVERSION= 4.70
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Validates user input (usually from an HTML form) based
|
|
|
|
BUILD_DEPENDS= p5-CGI.pm>=3.48:${PORTSDIR}/www/p5-CGI.pm \
|
|
p5-Date-Calc>=5.0:${PORTSDIR}/devel/p5-Date-Calc \
|
|
p5-Email-Valid>=0:${PORTSDIR}/mail/p5-Email-Valid \
|
|
p5-File-MMagic>=1.17:${PORTSDIR}/devel/p5-File-MMagic \
|
|
p5-Image-Size>=0:${PORTSDIR}/graphics/p5-Image-Size \
|
|
p5-MIME-Types>=1.005:${PORTSDIR}/mail/p5-MIME-Types \
|
|
p5-Perl6-Junction>=1.10:${PORTSDIR}/devel/p5-Perl6-Junction \
|
|
p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
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.mk>
|