1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Add LICENSE

- Pass maintainership to submitter
- While I'm here, remove Author line

PR:		ports/188828
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-04-26 18:14:51 +00:00
parent f37b1c50b9
commit 014013ae30
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352342
2 changed files with 4 additions and 2 deletions

View File

@ -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}

View File

@ -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/