diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-08-29 11:47:29 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-08-29 11:47:29 +0000 |
commit | e3da0dc92555b8a4c5bcbe5affe7a784859b6368 (patch) | |
tree | 0e105bcd516c816e90838cb209009f929f70c99b /www/mod_auth_imap2 | |
parent | 2c361035bb044406330378affb1129e9a17f2f9f (diff) |
Notes
Diffstat (limited to 'www/mod_auth_imap2')
-rw-r--r-- | www/mod_auth_imap2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/mod_auth_imap2/Makefile b/www/mod_auth_imap2/Makefile index 3624737e92f4..effe47f502d2 100644 --- a/www/mod_auth_imap2/Makefile +++ b/www/mod_auth_imap2/Makefile @@ -7,7 +7,7 @@ PORTNAME= mod_auth_imap PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://ben.brillat.net/files/projects/mod_auth_imap2/ DISTNAME= mod_auth_imap2-${PORTVERSION} @@ -16,6 +16,8 @@ DIST_SUBDIR= apache2 MAINTAINER= apache@FreeBSD.org COMMENT= An Apache 2 module to provide authentication via an IMAP mail server +LICENSE= GPLv2 + MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME}2-${PORTVERSION} |