diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2013-01-20 06:33:43 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2013-01-20 06:33:43 +0000 |
commit | 4da07fefc438566e1052f2984f200180ba3dbc88 (patch) | |
tree | 18f5ac0430bd3cc889eb614cbe65cd4703156891 /textproc/p5-Text-Xslate-Bridge-TT2Like | |
parent | b6648dc2fbef14967456ccbd00bc76cafd6723a7 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Text-Xslate-Bridge-TT2Like')
-rw-r--r-- | textproc/p5-Text-Xslate-Bridge-TT2Like/Makefile | 20 | ||||
-rw-r--r-- | textproc/p5-Text-Xslate-Bridge-TT2Like/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Text-Xslate-Bridge-TT2Like/pkg-descr | 10 | ||||
-rw-r--r-- | textproc/p5-Text-Xslate-Bridge-TT2Like/pkg-plist | 8 |
4 files changed, 40 insertions, 0 deletions
diff --git a/textproc/p5-Text-Xslate-Bridge-TT2Like/Makefile b/textproc/p5-Text-Xslate-Bridge-TT2Like/Makefile new file mode 100644 index 000000000000..1a69321d4640 --- /dev/null +++ b/textproc/p5-Text-Xslate-Bridge-TT2Like/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= Text-Xslate-Bridge-TT2Like +PORTVERSION= 0.00010 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension of TT2 Variable Method Clone for Text::Xslate + +RUN_DEPENDS= \ + p5-Text-Xslate>=1.3000:${PORTSDIR}/textproc/p5-Text-Xslate +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Text::Xslate::Bridge::TT2Like.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Text-Xslate-Bridge-TT2Like/distinfo b/textproc/p5-Text-Xslate-Bridge-TT2Like/distinfo new file mode 100644 index 000000000000..e32bf144b9b4 --- /dev/null +++ b/textproc/p5-Text-Xslate-Bridge-TT2Like/distinfo @@ -0,0 +1,2 @@ +SHA256 (Text-Xslate-Bridge-TT2Like-0.00010.tar.gz) = 19c624140be54c404b312b701d29725513daf609f8c695db5fb062a0cdcc3bac +SIZE (Text-Xslate-Bridge-TT2Like-0.00010.tar.gz) = 25800 diff --git a/textproc/p5-Text-Xslate-Bridge-TT2Like/pkg-descr b/textproc/p5-Text-Xslate-Bridge-TT2Like/pkg-descr new file mode 100644 index 000000000000..a547fc7ef231 --- /dev/null +++ b/textproc/p5-Text-Xslate-Bridge-TT2Like/pkg-descr @@ -0,0 +1,10 @@ +Text::Xslate::Bridge::TT2Like exports Template-Toolkit variable +methods into Text::Xslate namespace, such that you can use them on +your variables. + +The only difference between this module and Text::Xslate::Bridge::TT2 +is that Bridge::TT2 uses Template::Toolkit underneath, while this +module is independent of Template::Toolkit and therefore does not +require TT to be installed. + +WWW: http://search.cpan.org/dist/Text-Xslate-Bridge-TT2Like/ diff --git a/textproc/p5-Text-Xslate-Bridge-TT2Like/pkg-plist b/textproc/p5-Text-Xslate-Bridge-TT2Like/pkg-plist new file mode 100644 index 000000000000..ac62ae7286a5 --- /dev/null +++ b/textproc/p5-Text-Xslate-Bridge-TT2Like/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Xslate/Bridge/TT2Like/.packlist +%%SITE_PERL%%/Text/Xslate/Bridge/TT2Like.pm +%%SITE_PERL%%/Text/Xslate/Bridge/TT2Like.pod +@dirrmtry %%SITE_PERL%%/Text/Xslate/Bridge +@dirrmtry %%SITE_PERL%%/Text/Xslate +@dirrmtry %%SITE_PERL%%/Text +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Xslate/Bridge/TT2Like +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Xslate/Bridge |