diff options
author | miwi <miwi@FreeBSD.org> | 2009-01-11 22:02:04 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-01-11 22:02:04 +0800 |
commit | 8bf5e2ed744d4170156ca08df8d56808532f82e2 (patch) | |
tree | 097923c0e8c26f7832f03d429d94a5bfb5d50065 /textproc/p5-XML-Compile-Cache | |
parent | 66d013664e94c596f0bb6f028d31721eb5fd3f3e (diff) | |
download | freebsd-ports-gnome-8bf5e2ed744d4170156ca08df8d56808532f82e2.tar.gz freebsd-ports-gnome-8bf5e2ed744d4170156ca08df8d56808532f82e2.tar.zst freebsd-ports-gnome-8bf5e2ed744d4170156ca08df8d56808532f82e2.zip |
p5-XML-Compile-Cache is a perl module to cache compiled
XML translators.
WWW: http://search.cpan.org/dist/XML-Compile-Cache/
PR: ports/130369
Submitted by: Wen Heping <wenheping at gmail.com>
Diffstat (limited to 'textproc/p5-XML-Compile-Cache')
-rw-r--r-- | textproc/p5-XML-Compile-Cache/Makefile | 32 | ||||
-rw-r--r-- | textproc/p5-XML-Compile-Cache/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-XML-Compile-Cache/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-XML-Compile-Cache/pkg-plist | 8 |
4 files changed, 47 insertions, 0 deletions
diff --git a/textproc/p5-XML-Compile-Cache/Makefile b/textproc/p5-XML-Compile-Cache/Makefile new file mode 100644 index 000000000000..a43a2826d30b --- /dev/null +++ b/textproc/p5-XML-Compile-Cache/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: p5-XML-Compile-Cache +# Date created: 2009-01-11 +# Whom: Wen Heping <wenheping@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= XML-Compile-Cache +PORTVERSION= 0.14 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= wenheping@gmail.com +COMMENT= Cache Compiled XML Translators + +BUILD_DEPENDS= p5-Log-Report>=0.17:${PORTSDIR}/devel/p5-Log-Report \ + ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \ + p5-XML-Compile-Tester>=0.04:${PORTSDIR}/devel/p5-XML-Compile-Tester \ + p5-XML-Compile>=0.96:${PORTSDIR}/textproc/p5-XML-Compile \ + p5-Test-Pod>=1.26:${PORTSDIR}/devel/p5-Test-Pod +RUN_DEPENDS= p5-Log-Report>=0.17:${PORTSDIR}/devel/p5-Log-Report \ + ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \ + p5-XML-Compile-Tester>=0.04:${PORTSDIR}/devel/p5-XML-Compile-Tester \ + p5-XML-Compile>=0.96:${PORTSDIR}/textproc/p5-XML-Compile \ + p5-Test-Pod>=1.26:${PORTSDIR}/devel/p5-Test-Pod + +PERL_CONFIGURE= yes + +MAN3= XML::Compile::Cache.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-XML-Compile-Cache/distinfo b/textproc/p5-XML-Compile-Cache/distinfo new file mode 100644 index 000000000000..58f19ac89287 --- /dev/null +++ b/textproc/p5-XML-Compile-Cache/distinfo @@ -0,0 +1,3 @@ +MD5 (XML-Compile-Cache-0.14.tar.gz) = e53b56d754ba6da40b2322477cd3aaa6 +SHA256 (XML-Compile-Cache-0.14.tar.gz) = 7e4c86403feba62f54d48d11e12221ccc25e3d16caa8dac7db80d1af3b4481c9 +SIZE (XML-Compile-Cache-0.14.tar.gz) = 10238 diff --git a/textproc/p5-XML-Compile-Cache/pkg-descr b/textproc/p5-XML-Compile-Cache/pkg-descr new file mode 100644 index 000000000000..f1f7b93debd2 --- /dev/null +++ b/textproc/p5-XML-Compile-Cache/pkg-descr @@ -0,0 +1,4 @@ +p5-XML-Compile-Cache is a perl module to cache compiled +XML translators. + +WWW: http://search.cpan.org/dist/XML-Compile-Cache/ diff --git a/textproc/p5-XML-Compile-Cache/pkg-plist b/textproc/p5-XML-Compile-Cache/pkg-plist new file mode 100644 index 000000000000..71b54bc07f42 --- /dev/null +++ b/textproc/p5-XML-Compile-Cache/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile/Cache/.packlist +%%SITE_PERL%%/XML/Compile/Cache.pm +%%SITE_PERL%%/XML/Compile/Cache.pod +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile/Cache +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML +@dirrmtry %%SITE_PERL%%/XML/Compile +@dirrmtry %%SITE_PERL%%/XML |