diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-04-30 05:10:32 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-04-30 05:10:32 +0800 |
commit | 8564b3c65d3cbdb70b3200b24c437766a424abce (patch) | |
tree | 47e0ef7e49bc04629e6b4f80dfdf9b7ec041bcdb | |
parent | 9921c02d479fa3b1bf959d3ae1e2b365502ee48e (diff) | |
download | freebsd-ports-gnome-8564b3c65d3cbdb70b3200b24c437766a424abce.tar.gz freebsd-ports-gnome-8564b3c65d3cbdb70b3200b24c437766a424abce.tar.zst freebsd-ports-gnome-8564b3c65d3cbdb70b3200b24c437766a424abce.zip |
- Add LICENSE
- Pass maintainership to submitter
- While I'm here, remove Author line
PR: ports/189049
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
-rw-r--r-- | textproc/p5-XML-Generator-PerlData/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-XML-Generator-PerlData/pkg-descr | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/textproc/p5-XML-Generator-PerlData/Makefile b/textproc/p5-XML-Generator-PerlData/Makefile index a007065d6454..0b40765b695a 100644 --- a/textproc/p5-XML-Generator-PerlData/Makefile +++ b/textproc/p5-XML-Generator-PerlData/Makefile @@ -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} diff --git a/textproc/p5-XML-Generator-PerlData/pkg-descr b/textproc/p5-XML-Generator-PerlData/pkg-descr index c8f68160016c..e9534e9c9791 100644 --- a/textproc/p5-XML-Generator-PerlData/pkg-descr +++ b/textproc/p5-XML-Generator-PerlData/pkg-descr @@ -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> |