diff options
author | az <az@FreeBSD.org> | 2013-09-02 18:00:38 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-02 18:00:38 +0800 |
commit | 207bb4c7549f0cc9a4a9561472ed66959c20eb9b (patch) | |
tree | 068a07562a1372ec07bf2b251c30ed8bb4b8b553 /www/p5-Tenjin | |
parent | 3316fa57f67f3e455c285eda28fb2eef1d72ccbc (diff) | |
download | freebsd-ports-gnome-207bb4c7549f0cc9a4a9561472ed66959c20eb9b.tar.gz freebsd-ports-gnome-207bb4c7549f0cc9a4a9561472ed66959c20eb9b.tar.zst freebsd-ports-gnome-207bb4c7549f0cc9a4a9561472ed66959c20eb9b.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
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 \ |