ports/mail/roundcube-sauserprefs/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

29 lines
643 B
Makefile

PORTNAME= sauserprefs
PORTVERSION= 1.20
CATEGORIES= mail
PKGNAMEPREFIX= roundcube-
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
MAINTAINER= stb@lassitu.de
COMMENT= Roundcube plugin to manage SpamAssassin prefs
WWW= http://www.tehinterweb.co.uk/roundcube/
LICENSE= GPLv3
RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.5:mail/roundcube@${PHP_FLAVOR}
USES= php:flavors
WWWDIR= ${PREFIX}/www/roundcube/plugins/sauserprefs
NO_ARCH= yes
NO_BUILD= yes
USE_GITHUB= yes
GH_ACCOUNT= JohnDoh
GH_PROJECT= ${PKGNAMEPREFIX}${PORTNAME}
do-install:
${MKDIR} ${STAGEDIR}/${WWWDIR}
cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}/${WWWDIR}
.include <bsd.port.mk>