SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,24 @@
COMMENT= validate user input from a constraint object
MODULES= cpan
PKG_ARCH= *
DISTNAME= Data-FormValidator-4.88
CATEGORIES= devel
REVISION= 0
# perl
PERMIT_PACKAGE= Yes
RUN_DEPENDS= graphics/p5-Image-Size \
devel/p5-Date-Calc \
misc/p5-File-MMagic \
mail/p5-Email-Valid \
mail/p5-MIME-Types \
textproc/p5-Regexp-Common
TEST_DEPENDS= textproc/p5-Template \
www/p5-CGI \
www/p5-CGI-Simple
MAKE_ENV += TEST_POD=Yes
.include <bsd.port.mk>