diff options
Diffstat (limited to 'net/openradius/Makefile')
-rw-r--r-- | net/openradius/Makefile | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/net/openradius/Makefile b/net/openradius/Makefile index 4ed588a27f1f..ed2031b40234 100644 --- a/net/openradius/Makefile +++ b/net/openradius/Makefile @@ -5,22 +5,20 @@ # $FreeBSD$ # -PORTNAME= openradius -PORTVERSION= 0.9.7 -PORTREVISION= 1 -CATEGORIES= net -MASTER_SITES= http://www.xs4all.nl/~evbergen/openradius/download/ \ - http://www.mirrors.wiretapped.net/security/authentication/radius/openradius/ +PORTNAME= openradius +PORTVERSION= 0.9.9 +CATEGORIES= net +MASTER_SITES= http://www.xs4all.nl/~evbergen/openradius/download/ \ + http://www.mirrors.wiretapped.net/security/authentication/radius/openradius/ -MAINTAINER= jettea46@yahoo.com -COMMENT= A RADIUS server with some actual documentation +MAINTAINER= jettea46@yahoo.com +COMMENT= A RADIUS server with some actual documentation CONFLICTS= freeradius-0.* gnu-radius-1.* radiusd-cistron-1.* -CONFIGURE_ARGS= --prefix={$PREFIX} -CC ?= gcc -CXX ?= g++ -USE_GMAKE= yes +CC?= gcc +CXX?= g++ +USE_GMAKE= yes .include <bsd.port.pre.mk> |