diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 10:00:38 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 10:00:38 +0000 |
commit | 993c8c265e497561b44b4090a45d2e34a3ef5010 (patch) | |
tree | 068a07562a1372ec07bf2b251c30ed8bb4b8b553 /www/p5-Tenjin | |
parent | d06c0e64eea7c8474748b1e3083c9df4f53dda5d (diff) | |
download | ports-993c8c265e497561b44b4090a45d2e34a3ef5010.tar.gz ports-993c8c265e497561b44b4090a45d2e34a3ef5010.zip |
Notes
Diffstat (limited to 'www/p5-Tenjin')
-rw-r--r-- | www/p5-Tenjin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Tenjin/Makefile b/www/p5-Tenjin/Makefile index 5fecc69b8d43..f61ae9bc92ca 100644 --- a/www/p5-Tenjin/Makefile +++ b/www/p5-Tenjin/Makefile @@ -18,7 +18,8 @@ RUN_DEPENDS= p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Tenjin.3 \ Tenjin::Context.3 \ |