mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
Add p5-XML-Dumper 0.4, a perl module for dumping perl objects to xml.
PR: 23993 Submitted by: Anton Berezin <tobez@tobez.org>
This commit is contained in:
parent
8f07dee6b7
commit
7be089663e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36742
@ -91,6 +91,7 @@
|
||||
SUBDIR += p5-Text-Tmpl
|
||||
SUBDIR += p5-Text-Wrapper
|
||||
SUBDIR += p5-XML-DOM
|
||||
SUBDIR += p5-XML-Dumper
|
||||
SUBDIR += p5-XML-Parser
|
||||
SUBDIR += p5-XML-RSS
|
||||
SUBDIR += p5-XML-Sablotron
|
||||
|
26
textproc/p5-XML-Dumper/Makefile
Normal file
26
textproc/p5-XML-Dumper/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: textproc/p5-XML-Dumper
|
||||
# Date created: 01 January 2001
|
||||
# Whom: Anton Berezin <tobez@tobez.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= XML-Dumper
|
||||
PORTVERSION= 0.4
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= XML
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tobez@tobez.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PERL5= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= XML::Dumper.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/p5-XML-Dumper/distinfo
Normal file
1
textproc/p5-XML-Dumper/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (XML-Dumper-0.4.tar.gz) = 923aa94b232bcff813cba8e9e1b7744c
|
1
textproc/p5-XML-Dumper/pkg-comment
Normal file
1
textproc/p5-XML-Dumper/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl module for dumping Perl objects from/to XML
|
10
textproc/p5-XML-Dumper/pkg-descr
Normal file
10
textproc/p5-XML-Dumper/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
XML::Dumper dumps Perl data to a structured XML format. XML::Dumper can
|
||||
also read XML data that was previously dumped by the module and convert
|
||||
it back to Perl.
|
||||
|
||||
This might be useful for dumping Perl objects to files using an XML
|
||||
format that can be reloaded or accessed by other programs. Maybe even
|
||||
other languages.
|
||||
|
||||
-Anton
|
||||
<tobez@tobez.org>
|
4
textproc/p5-XML-Dumper/pkg-plist
Normal file
4
textproc/p5-XML-Dumper/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Dumper/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/Dumper.pm
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Dumper
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user