diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-07-31 00:02:54 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-07-31 00:02:54 +0000 |
commit | f48053ccde134dcf41ce37741ebe9a709ea1f99d (patch) | |
tree | efd758ed5bd2b03f4530c1ca682ab8273dd59ba5 /textproc/p5-FormValidator-Lite/Makefile | |
parent | 042b8d96f83c2387d476b121e38ab8e90abd3ab3 (diff) | |
download | ports-f48053ccde134dcf41ce37741ebe9a709ea1f99d.tar.gz ports-f48053ccde134dcf41ce37741ebe9a709ea1f99d.zip |
Update to 0.40
- Add LICENSE_FILE
Changes: https://metacpan.org/changes/distribution/FormValidator-Lite
Notes
Notes:
svn path=/head/; revision=475928
Diffstat (limited to 'textproc/p5-FormValidator-Lite/Makefile')
-rw-r--r-- | textproc/p5-FormValidator-Lite/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/p5-FormValidator-Lite/Makefile b/textproc/p5-FormValidator-Lite/Makefile index a903fe2e225e..f7c18e65c88d 100644 --- a/textproc/p5-FormValidator-Lite/Makefile +++ b/textproc/p5-FormValidator-Lite/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= FormValidator-Lite -PORTVERSION= 0.39 +PORTVERSION= 0.40 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,13 +12,15 @@ COMMENT= Lightleight form validation library LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Class-Accessor-Lite>=0.05:devel/p5-Class-Accessor-Lite \ p5-Class-Load>=0.11:devel/p5-Class-Load \ p5-Email-Valid>=0:mail/p5-Email-Valid \ p5-Email-Valid-Loose>=0:mail/p5-Email-Valid-Loose RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Requires>=0.05:devel/p5-Test-Requires \ +TEST_DEPENDS= p5-CGI>=3.31:www/p5-CGI \ + p5-Test-Requires>=0.05:devel/p5-Test-Requires \ p5-Text-TestBase>=0:textproc/p5-Text-TestBase \ p5-YAML>=0:textproc/p5-YAML |