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 /mail/rainloop | |
| parent | 9ca6e5fed9baf1d7bed69bb66a1f90b93998361b (diff) | |
Diffstat (limited to 'mail/rainloop')
| -rw-r--r-- | mail/rainloop/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/rainloop/Makefile b/mail/rainloop/Makefile index 0fa202b36d3a..004d9b8277af 100644 --- a/mail/rainloop/Makefile +++ b/mail/rainloop/Makefile @@ -11,6 +11,7 @@ COMMENT?= Modern and interactive webmail LICENSE= RainLoop LICENSE_NAME= RainLoop Software License LICENSE_TEXT= License can be found at: http://www.rainloop.net/licensing/ +# Redistribution in any form is prohibited LICENSE_PERMS= auto-accept .endif @@ -21,10 +22,6 @@ NO_WRKSUBDIR= yes USE_PHP= curl dom iconv json openssl pcre simplexml spl xml zlib PLIST_SUB= VER="${PORTVERSION}" WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" -.if "${PKGNAMESUFFIX}" == "${PHP_PKGNAMESUFFIX}" -RESTRICTED= Redistribution in any form is prohibited -.endif - OPTIONS_RADIO= DB OPTIONS_RADIO_DB= MYSQL PGSQL SQLITE OPTIONS_DEFAULT= SQLITE |
