aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Filter-GenericChunk
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-04-29 21:10:43 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-04-29 21:10:43 +0000
commitfd19cd0e00c401da9efe137c45d83a7710394585 (patch)
tree09fb5f10be2aa507c885be446587dd7161effac7 /textproc/p5-XML-Filter-GenericChunk
parente1c7d7592205090b9cf1dd8cff6a2c1f50a64527 (diff)
downloadports-fd19cd0e00c401da9efe137c45d83a7710394585.tar.gz
ports-fd19cd0e00c401da9efe137c45d83a7710394585.zip
- Add LICENSE
- Pass maintainership to submitter - While I'm here, remove Author line PR: ports/189071 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Notes
Notes: svn path=/head/; revision=352647
Diffstat (limited to 'textproc/p5-XML-Filter-GenericChunk')
-rw-r--r--textproc/p5-XML-Filter-GenericChunk/Makefile5
-rw-r--r--textproc/p5-XML-Filter-GenericChunk/pkg-descr2
2 files changed, 4 insertions, 3 deletions
diff --git a/textproc/p5-XML-Filter-GenericChunk/Makefile b/textproc/p5-XML-Filter-GenericChunk/Makefile
index 79580f9b8c9b..02ae53ab8909 100644
--- a/textproc/p5-XML-Filter-GenericChunk/Makefile
+++ b/textproc/p5-XML-Filter-GenericChunk/Makefile
@@ -7,9 +7,12 @@ CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= 5u623l20@gmail.com
COMMENT= Base Class for SAX Filters parsing WellBallanced Chunks
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-XML-LibXML>=1.4:${PORTSDIR}/textproc/p5-XML-LibXML \
p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX
RUN_DEPENDS:= ${BUILD_DEPENDS}
diff --git a/textproc/p5-XML-Filter-GenericChunk/pkg-descr b/textproc/p5-XML-Filter-GenericChunk/pkg-descr
index 66e4773928d5..639f1f65c1ca 100644
--- a/textproc/p5-XML-Filter-GenericChunk/pkg-descr
+++ b/textproc/p5-XML-Filter-GenericChunk/pkg-descr
@@ -3,5 +3,3 @@ parse wellballanced chunks from SAX events and transforms this chunk
into a sequence of SAX events.
WWW: http://search.cpan.org/dist/XML-Filter-GenericChunk/
-
-Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at>