2013-06-27 08:48:43 +02:00
|
|
|
# Created by: Ion-Mihai "IOnut" Tetcu <itetcu@FreeBSD.org>
|
2008-02-17 01:16:56 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= change-sqlpass
|
|
|
|
PORTVERSION= 3.3
|
2013-12-12 02:32:34 +01:00
|
|
|
PORTREVISION= 2
|
|
|
|
CATEGORIES= mail www
|
2008-02-17 01:16:56 +01:00
|
|
|
DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}-1.2
|
|
|
|
|
|
|
|
MAINTAINER= itetcu@FreeBSD.org
|
|
|
|
COMMENT= Allows users to change their passwords stored in a SQL database
|
|
|
|
|
2009-02-11 21:55:45 +01:00
|
|
|
USE_SM_COMPAT= yes
|
2008-02-17 01:16:56 +01:00
|
|
|
|
2009-02-11 21:55:45 +01:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB
|
2008-02-17 01:16:56 +01:00
|
|
|
|
2009-02-11 21:55:45 +01:00
|
|
|
SQUIRREL_PLUGIN_NAME= ${PORTNAME:S/-/_/}
|
2008-02-17 01:16:56 +01:00
|
|
|
|
2013-09-20 21:59:12 +02:00
|
|
|
NO_STAGE= yes
|
2013-12-08 19:59:35 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2013-06-27 08:48:43 +02:00
|
|
|
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
|
2013-12-08 19:59:35 +01:00
|
|
|
.include <bsd.port.post.mk>
|