diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2015-01-19 20:37:32 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2015-01-19 20:37:32 +0000 |
commit | a202dc8d67d12f635b72486646611be523fc2fff (patch) | |
tree | cd497d14713a420fe9c32c7b27bb9edf6abddd07 /security/openvpn-auth-ldap | |
parent | 9d0ba195015a73700612229c110bd8282f463ead (diff) |
Notes
Diffstat (limited to 'security/openvpn-auth-ldap')
-rw-r--r-- | security/openvpn-auth-ldap/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/openvpn-auth-ldap/Makefile b/security/openvpn-auth-ldap/Makefile index 5586353d0203..c58d8c5491de 100644 --- a/security/openvpn-auth-ldap/Makefile +++ b/security/openvpn-auth-ldap/Makefile @@ -3,12 +3,13 @@ PORTNAME= openvpn-auth-ldap PORTVERSION= 2.0.4.0.s1379 +PORTREVISION= 1 CATEGORIES= security #MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MASTER_SITES= LOCAL/mandree DISTNAME= auth-ldap-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mandree@FreeBSD.org COMMENT= LDAP authentication plugin for OpenVPN LICENSE= BSD3CLAUSE @@ -17,8 +18,6 @@ BUILD_DEPENDS= re2c:${PORTSDIR}/devel/re2c \ ${NONEXISTENT}:${PORTSDIR}/security/openvpn:extract \ libcheck>=0:${PORTSDIR}/devel/libcheck -BROKEN= Untested SVN-based port, report success on https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190497 - USES= objc tar:xz GNU_CONFIGURE= yes |