mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
The roundcube port itself has the restriction removed. All plugins which I use seem to work with 8.3. Maintainer timeout: about a month (except for 1)
32 lines
845 B
Makefile
32 lines
845 B
Makefile
PORTNAME= carddav
|
|
PORTVERSION= 5.1.0
|
|
DISTVERSIONPREFIX=v
|
|
CATEGORIES= mail
|
|
MASTER_SITES= https://github.com/mstilkerich/rcmcarddav/releases/download/${DISTVERSIONFULL}/
|
|
PKGNAMEPREFIX= roundcube-
|
|
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
|
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
|
COMMENT= Roundcube CardDAV plugin
|
|
WWW= https://github.com/mstilkerich/rcmcarddav
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.5:mail/roundcube@${PHP_FLAVOR}
|
|
RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.5:mail/roundcube@${PHP_FLAVOR}
|
|
|
|
USES= php:flavors
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
USE_PHP= curl dom simplexml sockets tokenizer xml xmlreader xmlwriter
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
WWWDIR= ${PREFIX}/www/roundcube/plugins/carddav
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${WWWDIR}
|
|
(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${WWWDIR}/)
|
|
|
|
.include <bsd.port.mk>
|