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 /deskutils | |
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 'deskutils')
-rw-r--r-- | deskutils/p5-Data-ICal-DateTime/Makefile | 2 | ||||
-rw-r--r-- | deskutils/p5-Data-ICal/Makefile | 2 | ||||
-rw-r--r-- | deskutils/p5-Goo/Makefile | 2 | ||||
-rw-r--r-- | deskutils/when/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/deskutils/p5-Data-ICal-DateTime/Makefile b/deskutils/p5-Data-ICal-DateTime/Makefile index 12e0be32ec17..ad8e7bb9acb6 100644 --- a/deskutils/p5-Data-ICal-DateTime/Makefile +++ b/deskutils/p5-Data-ICal-DateTime/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= matthew@FreeBSD.org COMMENT= Convenience methods for using Data::ICal with DateTime -LICENSE= ART10 GPLv1 +LICENSE= ART10 GPLv1+ LICENSE_COMB= dual NO_ARCH= yes diff --git a/deskutils/p5-Data-ICal/Makefile b/deskutils/p5-Data-ICal/Makefile index 9e7da7611b4e..269483ad06c8 100644 --- a/deskutils/p5-Data-ICal/Makefile +++ b/deskutils/p5-Data-ICal/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Data::ICal - Generates iCalendar (RFC 2445) calendar files -LICENSE= ART10 GPLv1 +LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ diff --git a/deskutils/p5-Goo/Makefile b/deskutils/p5-Goo/Makefile index 4106b9bac65f..8c52360d8ea5 100644 --- a/deskutils/p5-Goo/Makefile +++ b/deskutils/p5-Goo/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Stick Things together with The Goo -LICENSE= ART10 GPLv1 +LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= p5-Config-Auto>=0:devel/p5-Config-Auto \ diff --git a/deskutils/when/Makefile b/deskutils/when/Makefile index f8e5af95cefc..200829ca4607 100644 --- a/deskutils/when/Makefile +++ b/deskutils/when/Makefile @@ -8,7 +8,7 @@ CATEGORIES= deskutils MAINTAINER= culot@FreeBSD.org COMMENT= Simple personal calendar -LICENSE= ART10 GPLv1 +LICENSE= ART10 GPLv1+ LICENSE_COMB= dual USE_GITHUB= yes |