blob: e1cf187c0d04c59b740b471384f3c59327a82069 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= timeout_user
PORTVERSION= 1.1.1
PORTREVISION= 5
CATEGORIES= mail www
DISTNAME= ${PORTNAME}-${PORTVERSION}-0.5
MAINTAINER= ports@FreeBSD.org
COMMENT= Automatically logs a user out if they're idle for a set amount of time
WWW= https://www.squirrelmail.org/plugin_view.php?id=38
LICENSE= GPLv2
USE_SM_COMPAT= yes
USE_GENERIC_PKGMESSAGE= yes
post-patch:
@${MV} ${WRKSRC}/${SQUIRREL_PLUGIN_NAME}/config.php ${WRKSRC}/${SQUIRREL_PLUGIN_NAME}/config.php.sample
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
.include <bsd.port.mk>
|