ports/mail/squirrelmail-change_sqlpass-plugin/Makefile
Muhammad Moinur Rahman 4ca6b84706 */*: Mark IGNORE_WITH_PHP for 8.3.X
Approved by:	portmgr (blanket)
Sponsored by:	Bounce Experts
2023-06-10 16:57:35 +02:00

19 lines
532 B
Makefile

PORTNAME= change-sqlpass
PORTVERSION= 3.3
PORTREVISION= 3
CATEGORIES= mail www
DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}-1.2
MAINTAINER= ports@FreeBSD.org
COMMENT= Allows users to change their passwords stored in a SQL database
WWW= https://www.squirrelmail.org/plugin_view.php?id=25
IGNORE_WITH_PHP= 82 83
USE_SM_COMPAT= yes
RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:databases/pear-DB@${PHP_FLAVOR}
SQUIRREL_PLUGIN_NAME= ${PORTNAME:S/-/_/}
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
.include <bsd.port.mk>