diff options
author | wen <wen@FreeBSD.org> | 2010-12-09 16:27:57 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-12-09 16:27:57 +0800 |
commit | 6a713acdfdbddf74a088d646eca193aabff496ce (patch) | |
tree | acadf4158a1436f1662682f29c67661ce907eb23 /textproc/p5-XML-Compile-Dumper | |
parent | b544d742b6a7730e6e01e7b7c860e9d6ae8eca88 (diff) | |
download | freebsd-ports-gnome-6a713acdfdbddf74a088d646eca193aabff496ce.tar.gz freebsd-ports-gnome-6a713acdfdbddf74a088d646eca193aabff496ce.tar.zst freebsd-ports-gnome-6a713acdfdbddf74a088d646eca193aabff496ce.zip |
p5-XML-Compile-Dumper is a perl module to dump compiled
XML translators.
WWW: http://search.cpan.org/dist/XML-Compile-Dumper/
PR: ports/152652
Submitted by: Patrick Powell <papowell@astart.com>
Diffstat (limited to 'textproc/p5-XML-Compile-Dumper')
-rw-r--r-- | textproc/p5-XML-Compile-Dumper/Makefile | 28 | ||||
-rw-r--r-- | textproc/p5-XML-Compile-Dumper/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-XML-Compile-Dumper/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-XML-Compile-Dumper/pkg-plist | 8 |
4 files changed, 42 insertions, 0 deletions
diff --git a/textproc/p5-XML-Compile-Dumper/Makefile b/textproc/p5-XML-Compile-Dumper/Makefile new file mode 100644 index 000000000000..34968092bae8 --- /dev/null +++ b/textproc/p5-XML-Compile-Dumper/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-XML-Compile-Dumper +# Date created: 2010-11-23 +# Whom: Patrick Powell <papowell@astart.com> +# +# $FreeBSD$ +# + +PORTNAME= XML-Compile-Dumper +PORTVERSION= 0.13 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= papowell@astart.com +COMMENT= Dump Compiled XML Translators + +RUN_DEPENDS= p5-Log-Report>=0.19:${PORTSDIR}/devel/p5-Log-Report \ + p5-Test-Pod>=1.00:${PORTSDIR}/devel/p5-Test-Pod \ + p5-XML-Compile>=1.1:${PORTSDIR}/textproc/p5-XML-Compile \ + p5-XML-Compile-Tester>=0.02:${PORTSDIR}/devel/p5-XML-Compile-Tester \ + p5-XML-LibXML-Simple>=0.13:${PORTSDIR}/textproc/p5-XML-LibXML-Simple +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= XML::Compile::Dumper.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-XML-Compile-Dumper/distinfo b/textproc/p5-XML-Compile-Dumper/distinfo new file mode 100644 index 000000000000..57f9e812ac62 --- /dev/null +++ b/textproc/p5-XML-Compile-Dumper/distinfo @@ -0,0 +1,2 @@ +SHA256 (XML-Compile-Dumper-0.13.tar.gz) = 1f4814529d7c27343189a30366817815c5ed8b0fee48cd3a9c96e94c7aa37e06 +SIZE (XML-Compile-Dumper-0.13.tar.gz) = 5749 diff --git a/textproc/p5-XML-Compile-Dumper/pkg-descr b/textproc/p5-XML-Compile-Dumper/pkg-descr new file mode 100644 index 000000000000..811e669102ac --- /dev/null +++ b/textproc/p5-XML-Compile-Dumper/pkg-descr @@ -0,0 +1,4 @@ +p5-XML-Compile-Dumper is a perl module to dump compiled +XML translators. + +WWW: http://search.cpan.org/dist/XML-Compile-Dumper/ diff --git a/textproc/p5-XML-Compile-Dumper/pkg-plist b/textproc/p5-XML-Compile-Dumper/pkg-plist new file mode 100644 index 000000000000..8a18c6808ee6 --- /dev/null +++ b/textproc/p5-XML-Compile-Dumper/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile/Dumper/.packlist +%%SITE_PERL%%/XML/Compile/Dumper.pod +%%SITE_PERL%%/XML/Compile/Dumper.pm +@dirrmtry %%SITE_PERL%%/XML/Compile +@dirrmtry %%SITE_PERL%%/XML +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile/Dumper +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML |