ports/mail/roundcube-carddav/Makefile
Alexander Leidinger 66ab2ea60d mail/roundcube-*: remove restriction for php 8.3
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)
2024-03-21 09:11:52 +01:00

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>