diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-03 15:28:40 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-03 15:28:40 +0000 |
commit | 874a5c1f86df3b3b7a04e9b591dd816ce9781614 (patch) | |
tree | 1cb238197769b43370de48dbe25f67e9f400de2a /www/p5-HTML-Macro | |
parent | aaf3fcefeaa0e1d58505edc3dc9f1ce4439f5c53 (diff) | |
download | ports-874a5c1f86df3b3b7a04e9b591dd816ce9781614.tar.gz ports-874a5c1f86df3b3b7a04e9b591dd816ce9781614.zip |
Notes
Diffstat (limited to 'www/p5-HTML-Macro')
-rw-r--r-- | www/p5-HTML-Macro/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-HTML-Macro/Makefile b/www/p5-HTML-Macro/Makefile index 518ef326e73c..029d12fc1eef 100644 --- a/www/p5-HTML-Macro/Makefile +++ b/www/p5-HTML-Macro/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= groovis@groovis.net COMMENT= Process HTML templates with loops, conditionals, macros and more -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= HTML::Macro.3 HTML::Macro::Loop.3 |