aboutsummaryrefslogtreecommitdiff
path: root/www/p5-CGI-FormBuilder
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-30 05:23:19 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-30 05:23:19 +0000
commit996f1f37d7200b0f26202b8f2e8a0e65943d1b3a (patch)
tree0573b8dfdc1d61572c993bf05bb3fe5c0b9cd5b0 /www/p5-CGI-FormBuilder
parent332b64b050c99e13c55bc8b3cf96b52727c5cf63 (diff)
downloadports-996f1f37d7200b0f26202b8f2e8a0e65943d1b3a.tar.gz
ports-996f1f37d7200b0f26202b8f2e8a0e65943d1b3a.zip
Notes
Diffstat (limited to 'www/p5-CGI-FormBuilder')
-rw-r--r--www/p5-CGI-FormBuilder/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/p5-CGI-FormBuilder/Makefile b/www/p5-CGI-FormBuilder/Makefile
index 287075608189..236e2adbc140 100644
--- a/www/p5-CGI-FormBuilder/Makefile
+++ b/www/p5-CGI-FormBuilder/Makefile
@@ -45,19 +45,19 @@ post-patch:
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_TT)
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit
+RUN_DEPENDS+= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit
.endif
.if defined(WITH_HTML_TEMPLATE)
-RUN_DEPENDS+= ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template
+RUN_DEPENDS+= p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template
.endif
.if defined(WITH_TEXT_TEMPLATE)
-RUN_DEPENDS+= ${SITE_PERL}/Text/Template.pm:${PORTSDIR}/textproc/p5-Text-Template
+RUN_DEPENDS+= p5-Text-Template>=0:${PORTSDIR}/textproc/p5-Text-Template
.endif
.if defined(WITH_CGI_FAST_TEMPLATE)
-RUN_DEPENDS+= ${SITE_PERL}/CGI/FastTemplate.pm:${PORTSDIR}/www/p5-CGI-FastTemplate
+RUN_DEPENDS+= p5-CGI-FastTemplate>=0:${PORTSDIR}/www/p5-CGI-FastTemplate
.endif
.include <bsd.port.post.mk>