freebsd-ports/mail/squirrelmail-password_forget-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

16 lines
399 B
Makefile

# Created by: Neil Darlow <neil@darlow.co.uk>
# $FreeBSD$
PORTNAME= password_forget
PORTVERSION= 2.2
PORTREVISION= 2
CATEGORIES= mail www
DISTNAME= ${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}-1.0.1
MAINTAINER= ports@FreeBSD.org
COMMENT= Prevent reuse of login details by browsers at public terminals
USE_SM_COMPAT= yes
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
.include <bsd.port.mk>