diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-29 21:10:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-29 21:10:43 +0000 |
commit | fd19cd0e00c401da9efe137c45d83a7710394585 (patch) | |
tree | 09fb5f10be2aa507c885be446587dd7161effac7 /textproc | |
parent | e1c7d7592205090b9cf1dd8cff6a2c1f50a64527 (diff) | |
download | ports-fd19cd0e00c401da9efe137c45d83a7710394585.tar.gz ports-fd19cd0e00c401da9efe137c45d83a7710394585.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Filter-GenericChunk/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-XML-Filter-GenericChunk/pkg-descr | 2 |
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> |