ports/textproc/p5-Data-FormValidator/Makefile
Stefan Eßer 986beaaabc Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.

Approved by:	portmgr (implicit)
2022-09-08 17:43:21 +02:00

28 lines
761 B
Makefile

PORTNAME= Data-FormValidator
PORTVERSION= 4.88
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Validates user input (usually from an HTML form) based
WWW= https://metacpan.org/release/Data-FormValidator
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-CGI>=3.48:www/p5-CGI \
p5-Date-Calc>=5.0:devel/p5-Date-Calc \
p5-Email-Valid>=0:mail/p5-Email-Valid \
p5-File-MMagic>=1.17:devel/p5-File-MMagic \
p5-Image-Size>=0:graphics/p5-Image-Size \
p5-MIME-Types>=1.005:mail/p5-MIME-Types \
p5-Perl6-Junction>=1.10:devel/p5-Perl6-Junction \
p5-Regexp-Common>=0:textproc/p5-Regexp-Common
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>