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 /net-im | |
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 'net-im')
-rw-r--r-- | net-im/p5-AnyEvent-XMPP/Makefile | 2 | ||||
-rw-r--r-- | net-im/p5-Jabber-Lite/Makefile | 2 | ||||
-rw-r--r-- | net-im/p5-Net-AIM/Makefile | 2 | ||||
-rw-r--r-- | net-im/p5-Net-Async-XMPP/Makefile | 2 | ||||
-rw-r--r-- | net-im/p5-Net-Stomp/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/net-im/p5-AnyEvent-XMPP/Makefile b/net-im/p5-AnyEvent-XMPP/Makefile index ef8160fceeee..4704da84077e 100644 --- a/net-im/p5-AnyEvent-XMPP/Makefile +++ b/net-im/p5-AnyEvent-XMPP/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Implementation of the XMPP Protocol -LICENSE= ART10 GPLv1 +LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \ diff --git a/net-im/p5-Jabber-Lite/Makefile b/net-im/p5-Jabber-Lite/Makefile index 06b7ec0b3749..dced6f66b162 100644 --- a/net-im/p5-Jabber-Lite/Makefile +++ b/net-im/p5-Jabber-Lite/Makefile @@ -12,7 +12,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Standalone library for communicating with Jabber servers -LICENSE= ART10 GPLv1 +LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= p5-Authen-SASL>=0:security/p5-Authen-SASL \ diff --git a/net-im/p5-Net-AIM/Makefile b/net-im/p5-Net-AIM/Makefile index 062de4c435ec..4f448b7d5155 100644 --- a/net-im/p5-Net-AIM/Makefile +++ b/net-im/p5-Net-AIM/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Perl extension for the AOL Instant Messenger TOC protocol -LICENSE= ART10 GPLv1 +LICENSE= ART10 GPLv1+ LICENSE_COMB= dual USES= perl5 diff --git a/net-im/p5-Net-Async-XMPP/Makefile b/net-im/p5-Net-Async-XMPP/Makefile index 5b8db2758919..a62b69542a16 100644 --- a/net-im/p5-Net-Async-XMPP/Makefile +++ b/net-im/p5-Net-Async-XMPP/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Asynchronous XMPP client and server -LICENSE= ART10 GPLv1 +LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/p5-Net-Stomp/Makefile b/net-im/p5-Net-Stomp/Makefile index 904639f08133..be6823caffe5 100644 --- a/net-im/p5-Net-Stomp/Makefile +++ b/net-im/p5-Net-Stomp/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Streaming Text Orientated Messaging Protocol Client -LICENSE= ART10 GPLv1 +LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor |