diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2010-10-01 10:02:59 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2010-10-01 10:02:59 +0000 |
commit | d449a6947d79390d393ce07742eab4cb9d6eb94d (patch) | |
tree | c175f103a523091ae255a52c25d654cf8c0f8006 /textproc/p5-Text-Xslate/Makefile | |
parent | 3f55c3a5944f190e8c6ddb35ebfeef2fea2cee02 (diff) | |
download | ports-d449a6947d79390d393ce07742eab4cb9d6eb94d.tar.gz ports-d449a6947d79390d393ce07742eab4cb9d6eb94d.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-Xslate/Makefile')
-rw-r--r-- | textproc/p5-Text-Xslate/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/textproc/p5-Text-Xslate/Makefile b/textproc/p5-Text-Xslate/Makefile index b5bd222db35b..3c0c7115d014 100644 --- a/textproc/p5-Text-Xslate/Makefile +++ b/textproc/p5-Text-Xslate/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text-Xslate -PORTVERSION= 0.1051 +PORTVERSION= 0.2008 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -30,10 +30,15 @@ MAN1= xslate.1 MAN3= Text::Xslate.3 \ Text::Xslate::Bridge.3 \ Text::Xslate::Compiler.3 \ + Text::Xslate::Manual.3 \ + Text::Xslate::Manual::Builtin.3 \ Text::Xslate::Manual::Cookbook.3 \ + Text::Xslate::Manual::Debugging.3 \ Text::Xslate::Manual::FAQ.3 \ Text::Xslate::PP.3 \ Text::Xslate::PP::Booster.3 \ + Text::Xslate::PP::Compiler.3 \ + Text::Xslate::PP::Compiler::CodeGenerator.3 \ Text::Xslate::PP::Const.3 \ Text::Xslate::PP::Method.3 \ Text::Xslate::PP::Opcode.3 \ |