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>
This commit is contained in:
parent
558a78c406
commit
dd52033209
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225707
@ -676,6 +676,7 @@
|
||||
SUBDIR += p5-XML-Clean
|
||||
SUBDIR += p5-XML-Code
|
||||
SUBDIR += p5-XML-Compile
|
||||
SUBDIR += p5-XML-Compile-Cache
|
||||
SUBDIR += p5-XML-DBMS
|
||||
SUBDIR += p5-XML-DOM
|
||||
SUBDIR += p5-XML-DOM-Lite
|
||||
|
32
textproc/p5-XML-Compile-Cache/Makefile
Normal file
32
textproc/p5-XML-Compile-Cache/Makefile
Normal file
@ -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>
|
3
textproc/p5-XML-Compile-Cache/distinfo
Normal file
3
textproc/p5-XML-Compile-Cache/distinfo
Normal file
@ -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
|
4
textproc/p5-XML-Compile-Cache/pkg-descr
Normal file
4
textproc/p5-XML-Compile-Cache/pkg-descr
Normal file
@ -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/
|
8
textproc/p5-XML-Compile-Cache/pkg-plist
Normal file
8
textproc/p5-XML-Compile-Cache/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user