diff options
-rw-r--r-- | textproc/p5-XML-XBEL/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-XML-XBEL/pkg-descr | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/textproc/p5-XML-XBEL/Makefile b/textproc/p5-XML-XBEL/Makefile index f58358eb3e31..593aa45b776a 100644 --- a/textproc/p5-XML-XBEL/Makefile +++ b/textproc/p5-XML-XBEL/Makefile @@ -7,9 +7,12 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= OOP for reading and writing XBEL documents +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/textproc/p5-XML-XBEL/pkg-descr b/textproc/p5-XML-XBEL/pkg-descr index bec58408258e..434d0340f176 100644 --- a/textproc/p5-XML-XBEL/pkg-descr +++ b/textproc/p5-XML-XBEL/pkg-descr @@ -1,5 +1,4 @@ XML::XBEL provides an object oriented interface for reading and writing XBEL files in Perl. -Author: Aaron Straup Cope <ascope@cpan.org> WWW: http://search.cpan.org/dist/XML-XBEL/ |