- Add LICENSE

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

PR:		ports/189049
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-04-29 21:10:32 +00:00
parent e2199fa514
commit 87ea562fa0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352645
2 changed files with 4 additions and 3 deletions

View File

@ -7,9 +7,12 @@ CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
MAINTAINER= 5u623l20@gmail.com
COMMENT= Perl extension for generating SAX2 events from Perl data structures
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX
RUN_DEPENDS:= ${BUILD_DEPENDS}

View File

@ -3,5 +3,3 @@ nested Perl data structures, while providing finer-grained control over the
resulting document streams.
WWW: http://search.cpan.org/dist/XML-Generator-PerlData/
Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at>