diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-07-28 13:17:35 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-07-28 13:17:35 +0000 |
commit | a4faae47fb731a858a2569b480a16f5930efeec7 (patch) | |
tree | b580d46b580b3681ded690019739341db4f4f59f /www/p5-HTML-FormFu-MultiForm | |
parent | Add PORTSCOUT (diff) |
Remove leftover of testing
- Bump PORTREVISION for dependency change
Notes
Notes:
svn path=/head/; revision=475566
Diffstat (limited to 'www/p5-HTML-FormFu-MultiForm')
-rw-r--r-- | www/p5-HTML-FormFu-MultiForm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-HTML-FormFu-MultiForm/Makefile b/www/p5-HTML-FormFu-MultiForm/Makefile index 24e696b65015..30666fb4f984 100644 --- a/www/p5-HTML-FormFu-MultiForm/Makefile +++ b/www/p5-HTML-FormFu-MultiForm/Makefile @@ -3,6 +3,7 @@ PORTNAME= HTML-FormFu-MultiForm PORTVERSION= 1.03 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +15,7 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -xBUILD_DEPENDS= p5-Clone>=0:devel/p5-Clone \ +BUILD_DEPENDS= p5-Clone>=0:devel/p5-Clone \ p5-Crypt-CBC>=0:security/p5-Crypt-CBC \ p5-Crypt-DES>=0:security/p5-Crypt-DES \ p5-HTML-FormFu>=0:www/p5-HTML-FormFu \ |