20 lines
438 B
Makefile
20 lines
438 B
Makefile
# Created by: Alexander Wittig <alexander@wittig.name>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= change_ldappass
|
|
PORTVERSION= 2.2
|
|
PORTREVISION= 4
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-1.4.0
|
|
DIST_SUBDIR= squirrelmail
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Allows users to change their passwords stored in LDAP Tree
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_PHP+= ldap
|
|
USES= gettext
|
|
|
|
NO_STAGE= yes
|
|
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
|
|
.include <bsd.port.mk>
|