mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
archivers/bzip3: Clarify licensing
PR: 276293 Reported by: dearblue@users.osdn.me
This commit is contained in:
parent
b1d57962b5
commit
a0556a10e1
1 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= bzip3
|
||||
DISTVERSION= 1.4.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= https://github.com/kspalaiologos/${PORTNAME}/releases/download/${DISTVERSION}/
|
||||
|
||||
|
@ -8,8 +8,10 @@ MAINTAINER= ehaupt@FreeBSD.org
|
|||
COMMENT= Better and stronger spiritual successor to BZip2
|
||||
WWW= https://github.com/kspalaiologos/bzip3
|
||||
|
||||
LICENSE= LGPL3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
LICENSE= APACHE20 BSD2CLAUSE LGPL3+
|
||||
LICENSE_COMB= multi
|
||||
LICENSE_FILE_APACHE20= ${WRKSRC}/libsais-LICENSE
|
||||
LICENSE_FILE_LGPL3+ = ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cmake pathfix tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue