diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-04-06 13:47:13 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-04-06 13:47:13 +0800 |
commit | 7964a0c941086d1b547551849cf88236ee77f5c9 (patch) | |
tree | 1665f499b220b8b70e4fe7547f3429e7e651c71d /x11 | |
parent | 153b7b052dceabeb73dd9fa7d68e17201ab80f1a (diff) | |
download | freebsd-ports-gnome-7964a0c941086d1b547551849cf88236ee77f5c9.tar.gz freebsd-ports-gnome-7964a0c941086d1b547551849cf88236ee77f5c9.tar.zst freebsd-ports-gnome-7964a0c941086d1b547551849cf88236ee77f5c9.zip |
- Add LICENSE
- Pass maintainership to submitter
- While I'm here, remove Author line
PR: 188097
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/p5-X11-Protocol/Makefile | 5 | ||||
-rw-r--r-- | x11/p5-X11-Protocol/pkg-descr | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11/p5-X11-Protocol/Makefile b/x11/p5-X11-Protocol/Makefile index 5a7d1b84b9c6..ee12127baae7 100644 --- a/x11/p5-X11-Protocol/Makefile +++ b/x11/p5-X11-Protocol/Makefile @@ -7,9 +7,12 @@ CATEGORIES= x11 perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Perl module that provides an interface roughly equivalent to Xlib +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure diff --git a/x11/p5-X11-Protocol/pkg-descr b/x11/p5-X11-Protocol/pkg-descr index 86ae2b3bc31d..80f45adc9d21 100644 --- a/x11/p5-X11-Protocol/pkg-descr +++ b/x11/p5-X11-Protocol/pkg-descr @@ -4,5 +4,4 @@ as the author is working on a higher-level interface that will be more object-oriented and easier to use, so as to allow this low level access to eventually be replaced by an XS interface to Xlib. -Author: Stephen McCamant WWW: http://search.cpan.org/dist/X11-Protocol/ |