aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-GDOME
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-04-29 21:10:37 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-04-29 21:10:37 +0000
commite1c7d7592205090b9cf1dd8cff6a2c1f50a64527 (patch)
tree36a7d616d115c7048be9c7019565dfe22de2494e /textproc/p5-XML-GDOME
parent87ea562fa03af00ba9bd511939e6d0e0575b5785 (diff)
downloadports-e1c7d7592205090b9cf1dd8cff6a2c1f50a64527.tar.gz
ports-e1c7d7592205090b9cf1dd8cff6a2c1f50a64527.zip
Notes
Diffstat (limited to 'textproc/p5-XML-GDOME')
-rw-r--r--textproc/p5-XML-GDOME/Makefile9
-rw-r--r--textproc/p5-XML-GDOME/pkg-descr2
2 files changed, 8 insertions, 3 deletions
diff --git a/textproc/p5-XML-GDOME/Makefile b/textproc/p5-XML-GDOME/Makefile
index 823993df88cb..fc3ee7c5749d 100644
--- a/textproc/p5-XML-GDOME/Makefile
+++ b/textproc/p5-XML-GDOME/Makefile
@@ -8,12 +8,15 @@ CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= 5u623l20@gmail.com
COMMENT= Perl module that provides the DOM Level 2 Core API for XML documents
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \
+ p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX
LIB_DEPENDS= libgdome.so:${PORTSDIR}/textproc/gdome2
-BUILD_DEPENDS= p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX \
- p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5 pkgconfig
diff --git a/textproc/p5-XML-GDOME/pkg-descr b/textproc/p5-XML-GDOME/pkg-descr
index 927b4b8591f5..e6e82e38616c 100644
--- a/textproc/p5-XML-GDOME/pkg-descr
+++ b/textproc/p5-XML-GDOME/pkg-descr
@@ -2,3 +2,5 @@ XML::GDOME is a perl module that provides the DOM Level 2 Core API
for accessing XML documents.
It uses a XS wrapper around the gdome2 library.
+
+WWW: http://search.cpan.org/dist/XML-GDOME/