freebsd-ports/mail/squirrelmail-change_ldappass-plugin/Makefile
Adam Weinberger e1630922bd Move plugin installation into the plist, rather than post-install, so
that it will work when installed from binary pkg.

Bump PORTREVISION on all plugins for this.
2014-08-28 15:16:49 +00:00

21 lines
448 B
Makefile

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