ports/mail/squirrelmail-password_forget-plugin/Makefile
Martin Wilke afba853254 - Stage support
- While here cleanup some whitespaces / dependencys
2014-02-18 12:40:01 +00:00

17 lines
432 B
Makefile

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