diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-03-04 13:49:02 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-03-04 13:49:02 +0000 |
commit | f995f5abd643bc0c7b16d6b6dd04aff121f7cf57 (patch) | |
tree | ad3765c4e14b780b3d7d7e5ec7d81c712424de06 | |
parent | 0e6d4b2c75e1731fd26317ee73c6cfeb94af85e4 (diff) | |
download | ports-f995f5abd643bc0c7b16d6b6dd04aff121f7cf57.tar.gz ports-f995f5abd643bc0c7b16d6b6dd04aff121f7cf57.zip |
Notes
-rw-r--r-- | www/p5-CGI-FormBuilder/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/p5-CGI-FormBuilder/Makefile b/www/p5-CGI-FormBuilder/Makefile index 66ae09c5d250..ef8a31e932c2 100644 --- a/www/p5-CGI-FormBuilder/Makefile +++ b/www/p5-CGI-FormBuilder/Makefile @@ -3,6 +3,7 @@ PORTNAME= CGI-FormBuilder PORTVERSION= 3.0900 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +15,9 @@ COMMENT= FormBuilder for CGI LICENSE= ART10 GPLv1 LICENSE_COMB= dual +BUILD_DEPENDS= p5-CGI>=0:www/p5-CGI +RUN_DEPENDS:= ${BUILD_DEPENDS} + USE_PERL5= configure USES= perl5 tar:tgz |