diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-27 12:02:27 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-05-06 11:47:41 +0000 |
commit | adb93122cbf753a26a0497479dbb88cf415de29b (patch) | |
tree | 3eb073c6437f91958b1c4aef8fc4124c38bc2fc5 /www/groupoffice/Makefile | |
parent | 9ca6e5fed9baf1d7bed69bb66a1f90b93998361b (diff) | |
download | ports-adb93122cbf753a26a0497479dbb88cf415de29b.tar.gz ports-adb93122cbf753a26a0497479dbb88cf415de29b.zip |
Deorbit RESTRICTED && NO_CDROM, part one.
For ports that already use the licenses framwork, merge the content of
RESTRICTED/NO_CDROM/LEGAL* entries into LICENSEs.
Approved by: rene
Differential Revision: https://reviews.freebsd.org/D30010
Diffstat (limited to 'www/groupoffice/Makefile')
-rw-r--r-- | www/groupoffice/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/groupoffice/Makefile b/www/groupoffice/Makefile index 1db9991333bb..1a857e34ce97 100644 --- a/www/groupoffice/Makefile +++ b/www/groupoffice/Makefile @@ -10,12 +10,14 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}-php-71 MAINTAINER= joneum@FreeBSD.org COMMENT= Modular web application framework for office -LICENSE= AGPLv3 +LICENSE= AGPLv3 PERSONAL +LICENSE_COMB= multi +LICENSE_NAME_PERSONAL= Personal use +LICENSE_TEXT_PERSONAL= Free for personal use only +LICENSE_PERMS_PERSONAL= auto-accept USES= mysql shebangfix php:web python -RESTRICTED= Free for personal use only - NO_ARCH= yes NO_BUILD= yes USE_PHP= ctype curl dom fileinfo filter hash intl json mbstring \ |