aboutsummaryrefslogtreecommitdiffstats
path: root/mail/squirrelmail-secure_login-plugin
diff options
context:
space:
mode:
authortabthorpe <tabthorpe@FreeBSD.org>2010-06-08 04:33:22 +0800
committertabthorpe <tabthorpe@FreeBSD.org>2010-06-08 04:33:22 +0800
commite1f25f5636acf60b7e76cb09bff7759fd86c03ef (patch)
tree5202cc1f5ff6a2bbf6fe737352d2f1a241a36258 /mail/squirrelmail-secure_login-plugin
parent44da94e71c6ce6ed6bd3d21b24d7014637ef4874 (diff)
downloadfreebsd-ports-gnome-e1f25f5636acf60b7e76cb09bff7759fd86c03ef.tar.gz
freebsd-ports-gnome-e1f25f5636acf60b7e76cb09bff7759fd86c03ef.tar.zst
freebsd-ports-gnome-e1f25f5636acf60b7e76cb09bff7759fd86c03ef.zip
- Utilise common bsd.squirrelmail.mk
- Add LICENSE - No PORTREVISION bump, as there is no change in functionality Requested by: itetcu
Diffstat (limited to 'mail/squirrelmail-secure_login-plugin')
-rw-r--r--mail/squirrelmail-secure_login-plugin/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/squirrelmail-secure_login-plugin/Makefile b/mail/squirrelmail-secure_login-plugin/Makefile
index d2f0c7baa0d7..cef2b1e55d22 100644
--- a/mail/squirrelmail-secure_login-plugin/Makefile
+++ b/mail/squirrelmail-secure_login-plugin/Makefile
@@ -8,19 +8,15 @@
PORTNAME= secure_login
PORTVERSION= 1.4
PORTREVISION= 1
-CATEGORIES= mail www
-MASTER_SITES= http://www.squirrelmail.org/plugins/
-PKGNAMEPREFIX= squirrelmail-
-PKGNAMESUFFIX= -plugin
DISTNAME= ${PORTNAME}-${PORTVERSION}-1.2.8
DIST_SUBDIR= squirrelmail
MAINTAINER= tabthorpe@FreeBSD.org
COMMENT= This plugin will automatically turn on SSL security during login
-USE_PERL5_RUN= yes
+LICENSE= GPLv2
-SUB_FILES= pkg-message
+USE_PERL5_RUN= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/mail/squirrelmail/bsd.squirrelmail.mk"