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/p5-Net | |
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/p5-Net')
-rw-r--r-- | net/p5-Net/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index 65c987179f3d..386b05ddf4c9 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -13,10 +13,10 @@ DISTNAME= libnet-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 modules to access and use network protocols -LICENSE= ART10 GPLv1 +LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE_ART10= ${WRKSRC}/Artistic -LICENSE_FILE_GPLv1= ${WRKSRC}/Copying +LICENSE_FILE_GPLv1+ = ${WRKSRC}/Copying OPTIONS_DEFINE= SASL SSL OPTIONS_DEFAULT=SASL SSL |