View | Details | Raw Unified | Return to bug 277570
Collapse All | Expand All

(-)b/mail/snappymail/Makefile (-3 / +3 lines)
Lines 1-5 Link Here
1
PORTNAME=	snappymail
1
PORTNAME=	snappymail
2
DISTVERSION=	2.35.2
2
DISTVERSION=	2.35.2
3
PORTREVISION=	1
3
CATEGORIES=	mail www
4
CATEGORIES=	mail www
4
MASTER_SITES=	https://github.com/the-djmaze/snappymail/releases/download/v${DISTVERSION}/
5
MASTER_SITES=	https://github.com/the-djmaze/snappymail/releases/download/v${DISTVERSION}/
5
PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
6
PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
Lines 14-21 RUN_DEPENDS= ${PECL_PKGNAMEPREFIX}APCu>0:devel/pecl-APCu@${PHP_FLAVOR} \ Link Here
14
		${PECL_PKGNAMEPREFIX}uuid>0:devel/pecl-uuid@${PHP_FLAVOR}
15
		${PECL_PKGNAMEPREFIX}uuid>0:devel/pecl-uuid@${PHP_FLAVOR}
15
16
16
USES=		php:web,flavors
17
USES=		php:web,flavors
17
USE_PHP=	curl dom fileinfo gd iconv intl mbstring phar sodium tidy xml \
18
USE_PHP=	ctype curl dom fileinfo gd iconv intl mbstring phar sodium tidy \
18
		zip zlib
19
		xml zip zlib
19
20
20
NO_ARCH=	yes
21
NO_ARCH=	yes
21
NO_BUILD=	yes
22
NO_BUILD=	yes
22
- 

Return to bug 277570