summaryrefslogtreecommitdiff
path: root/mail/nextcloud-mail
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2018-04-30 15:43:16 +0000
committerBernard Spil <brnrd@FreeBSD.org>2018-04-30 15:43:16 +0000
commite1b6c2773f7771faa34e0b8b2f32c0b1dbbecaec (patch)
treebabc5affd1400420cab4e30d65d24593459e81f9 /mail/nextcloud-mail
parentwww/chromium: switch to llvm60 (diff)
www/nextcloud: PHP-flavorize
- Create flavors for all PHP versions - Use releases dir (not pre-) PR: 227510 Approved by: mat Differential Revision: https://reviews.freebsd.org/D15235
Notes
Notes: svn path=/head/; revision=468708
Diffstat (limited to 'mail/nextcloud-mail')
-rw-r--r--mail/nextcloud-mail/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/nextcloud-mail/Makefile b/mail/nextcloud-mail/Makefile
index 1c770483e909..94e4aee58213 100644
--- a/mail/nextcloud-mail/Makefile
+++ b/mail/nextcloud-mail/Makefile
@@ -8,6 +8,7 @@ DISTVERSIONPREFIX= v
CATEGORIES= mail
MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/
PKGNAMEPREFIX= nextcloud-
+PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
DISTNAME= ${PORTNAME}
DIST_SUBDIR= ${PKGNAMEPREFIX:S/-//}/${DISTNAME}-${DISTVERSIONPREFIX}${PORTVERSION}
@@ -16,9 +17,9 @@ COMMENT= Mail app for Nextcloud
LICENSE= AGPLv3
-RUN_DEPENDS= nextcloud>=13:www/nextcloud
+RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=13:www/nextcloud@${PHP_FLAVOR}
-USES= gettext php
+USES= gettext php:flavors
USE_PHP= imap
NO_BUILD= yes