diff options
author | mat <mat@FreeBSD.org> | 2017-09-15 16:58:46 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-09-15 16:58:46 +0800 |
commit | a3898eb8ff342dbb0605482d4ee476fc06d17372 (patch) | |
tree | b3585081f87b103f4a238f835baf3a4bd7baf4e3 /x11 | |
parent | a89e7bb070d99a84b9fb1f11229499e465395a77 (diff) | |
download | freebsd-ports-gnome-a3898eb8ff342dbb0605482d4ee476fc06d17372.tar.gz freebsd-ports-gnome-a3898eb8ff342dbb0605482d4ee476fc06d17372.tar.zst freebsd-ports-gnome-a3898eb8ff342dbb0605482d4ee476fc06d17372.zip |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight
Diffstat (limited to 'x11')
-rw-r--r-- | x11/p5-X11-IdleTime/Makefile | 2 | ||||
-rw-r--r-- | x11/p5-X11-Protocol/Makefile | 2 | ||||
-rw-r--r-- | x11/p5-X11-XCB/Makefile | 2 | ||||
-rw-r--r-- | x11/p5-X11-Xlib/Makefile | 2 | ||||
-rw-r--r-- | x11/p5-XTerm-Conf/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/x11/p5-X11-IdleTime/Makefile b/x11/p5-X11-IdleTime/Makefile index 5e8d228f475b..9b1984790f53 100644 --- a/x11/p5-X11-IdleTime/Makefile +++ b/x11/p5-X11-IdleTime/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module that reports number of seconds that X11 has been idle -LICENSE= ART10 GPLv1 +LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= p5-Inline>=0:devel/p5-Inline \ diff --git a/x11/p5-X11-Protocol/Makefile b/x11/p5-X11-Protocol/Makefile index 21874b91d547..7d68736c8447 100644 --- a/x11/p5-X11-Protocol/Makefile +++ b/x11/p5-X11-Protocol/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Perl module that provides an interface roughly equivalent to Xlib -LICENSE= ART10 GPLv1 +LICENSE= ART10 GPLv1+ LICENSE_COMB= dual USES= perl5 diff --git a/x11/p5-X11-XCB/Makefile b/x11/p5-X11-XCB/Makefile index 8b6ecd7d8fdf..2263bcdb9ce9 100644 --- a/x11/p5-X11-XCB/Makefile +++ b/x11/p5-X11-XCB/Makefile @@ -9,7 +9,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= pi@FreeBSD.org COMMENT= Perl bindings for libxcb -LICENSE= ART10 GPLv1 +LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LIB_DEPENDS= libxcb.so:x11/libxcb \ diff --git a/x11/p5-X11-Xlib/Makefile b/x11/p5-X11-Xlib/Makefile index c6967576637f..cbbfb86120d1 100644 --- a/x11/p5-X11-Xlib/Makefile +++ b/x11/p5-X11-Xlib/Makefile @@ -9,7 +9,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= pi@FreeBSD.org COMMENT= Low-level access to the X11 library -LICENSE= ART10 GPLv1 +LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= p5-Devel-CheckLib>=0:devel/p5-Devel-CheckLib \ diff --git a/x11/p5-XTerm-Conf/Makefile b/x11/p5-XTerm-Conf/Makefile index c8a7f9d44923..93f653e37595 100644 --- a/x11/p5-XTerm-Conf/Makefile +++ b/x11/p5-XTerm-Conf/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= slaven@rezic.de COMMENT= Perl module that changes configuration of a running xterm -LICENSE= ART10 GPLv1 +LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= p5-Term-ReadKey>=2.32:devel/p5-Term-ReadKey |