diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-09-15 08:58:46 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-09-15 08:58:46 +0000 |
commit | cb41fc662313ab27e3a613a60d4b23ce1729fe98 (patch) | |
tree | b3585081f87b103f4a238f835baf3a4bd7baf4e3 /editors | |
parent | cc956d4fd48206fb851b41273022cfaba4ebaae5 (diff) | |
download | freebsd-ports-cb41fc662313ab27e3a613a60d4b23ce1729fe98.zip |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight
Diffstat (limited to 'editors')
-rw-r--r-- | editors/p5-Padre/Makefile | 4 | ||||
-rw-r--r-- | editors/p5-Proc-InvokeEditor/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/editors/p5-Padre/Makefile b/editors/p5-Padre/Makefile index 2f13853aafb9..4ffe582005c5 100644 --- a/editors/p5-Padre/Makefile +++ b/editors/p5-Padre/Makefile @@ -12,10 +12,10 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${WXSC_DISTFILE}:wxsc MAINTAINER= perl@FreeBSD.org COMMENT= Perl Application Development and Refactoring Environment -LICENSE= ART10 GPLv1 +LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE_ART10= ${WRKSRC}/Artistic -LICENSE_FILE_GPLv1= ${WRKSRC}/COPYING +LICENSE_FILE_GPLv1+ = ${WRKSRC}/COPYING BUILD_DEPENDS= p5-Algorithm-Diff>=1.19:devel/p5-Algorithm-Diff \ p5-App-cpanminus>=0.9923:devel/p5-App-cpanminus \ diff --git a/editors/p5-Proc-InvokeEditor/Makefile b/editors/p5-Proc-InvokeEditor/Makefile index 4ef3bffe0d17..78c6d39c665c 100644 --- a/editors/p5-Proc-InvokeEditor/Makefile +++ b/editors/p5-Proc-InvokeEditor/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for starting a text editor -LICENSE= ART10 GPLv1 +LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE |