diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-10-10 20:21:59 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-10-10 20:21:59 +0800 |
commit | 35d16c1000f6a2f1816c9a7a06009d6650715ff4 (patch) | |
tree | eb62b1caaa5d18ecfe9abab02920b0336ca413d1 /archivers | |
parent | f7014bb06a8e77176a10c954f261c3989eed8042 (diff) | |
download | freebsd-ports-gnome-35d16c1000f6a2f1816c9a7a06009d6650715ff4.tar.gz freebsd-ports-gnome-35d16c1000f6a2f1816c9a7a06009d6650715ff4.tar.zst freebsd-ports-gnome-35d16c1000f6a2f1816c9a7a06009d6650715ff4.zip |
Add license
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/bzip2/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile index 7be15a5822e5..5d8a8e262b34 100644 --- a/archivers/bzip2/Makefile +++ b/archivers/bzip2/Makefile @@ -9,6 +9,11 @@ MASTER_SITES= https://sourceware.org/pub/bzip2/ MAINTAINER= jharris@widomaker.com COMMENT= Block-sorting file compressor +LICENSE= BZIP2 +LICENSE_NAME= BZIP2 license +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + USES= cpe CPE_VENDOR= bzip USE_LDCONFIG= yes |