Update mail/postfix-current to version 3.2.20161008,4
[dports.git] / mail / squirrelmail-change_sqlpass-plugin / Makefile
1 # Created by: Ion-Mihai "IOnut" Tetcu <itetcu@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       change-sqlpass
5 PORTVERSION=    3.3
6 PORTREVISION=   3
7 CATEGORIES=     mail www
8 DISTNAME=       ${PORTNAME:S/-/_/}-${PORTVERSION}-1.2
9
10 MAINTAINER=     itetcu@FreeBSD.org
11 COMMENT=        Allows users to change their passwords stored in a SQL database
12
13 USE_SM_COMPAT=  yes
14
15 RUN_DEPENDS=    ${LOCALBASE}/share/pear/DB.php:databases/pear-DB
16
17 SQUIRREL_PLUGIN_NAME=   ${PORTNAME:S/-/_/}
18
19 .include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
20 .include <bsd.port.mk>