aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Data-FormValidator/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-02-24 15:57:38 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-02-24 15:57:38 +0000
commitc4503a839332bbcb3a6af9d66d5ba6fa45f4cd74 (patch)
tree1ff014e4d09e7a1a64703391c92425da76e20038 /textproc/p5-Data-FormValidator/Makefile
parent0ef0ff8ba4488af3e08dbda4d5272d0df0c8204e (diff)
downloadports-c4503a839332bbcb3a6af9d66d5ba6fa45f4cd74.tar.gz
ports-c4503a839332bbcb3a6af9d66d5ba6fa45f4cd74.zip
Update to 4.83
- Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Data-FormValidator/Changes
Notes
Notes: svn path=/head/; revision=434726
Diffstat (limited to 'textproc/p5-Data-FormValidator/Makefile')
-rw-r--r--textproc/p5-Data-FormValidator/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/textproc/p5-Data-FormValidator/Makefile b/textproc/p5-Data-FormValidator/Makefile
index 4cef56efab90..002f21fa253c 100644
--- a/textproc/p5-Data-FormValidator/Makefile
+++ b/textproc/p5-Data-FormValidator/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Data-FormValidator
-PORTVERSION= 4.81
-PORTREVISION= 2
+PORTVERSION= 4.83
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,6 +10,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Validates user input (usually from an HTML form) based
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_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 \
@@ -21,7 +23,8 @@ BUILD_DEPENDS= p5-CGI>=3.48:www/p5-CGI \
p5-Regexp-Common>=0:textproc/p5-Regexp-Common
RUN_DEPENDS:= ${BUILD_DEPENDS}
+NO_ARCH= yes
USES= perl5
-USE_PERL5= modbuild
+USE_PERL5= configure
.include <bsd.port.mk>