aboutsummaryrefslogtreecommitdiff
path: root/net/dhcprelya/Makefile
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2013-09-04 14:05:38 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2013-09-04 14:05:38 +0000
commitd4d03df880c843b8b225bb2d19c54ef0945de5a2 (patch)
tree9f4425e0816128c5c5d24df706311de195772650 /net/dhcprelya/Makefile
parent1e4f1b087d80ec74133818a32cb8fe7559c26176 (diff)
downloadports-d4d03df880c843b8b225bb2d19c54ef0945de5a2.tar.gz
ports-d4d03df880c843b8b225bb2d19c54ef0945de5a2.zip
Notes
Diffstat (limited to 'net/dhcprelya/Makefile')
-rw-r--r--net/dhcprelya/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/net/dhcprelya/Makefile b/net/dhcprelya/Makefile
index ba41e64aec43..b56638cdae81 100644
--- a/net/dhcprelya/Makefile
+++ b/net/dhcprelya/Makefile
@@ -1,20 +1,21 @@
-# New ports collection makefile for: dhcprelya
-# Date created: 17 December 2007
-# Whom: Sergey Matveychuk <sem@FreeBSD.org>
-#
+# Created by: Sergey Matveychuk <sem@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= dhcprelya
-PORTVERSION= 4.5
+PORTVERSION= 4.7
CATEGORIES= net
-MASTER_SITES= http://sem.semmy.ru/
+MASTER_SITES= GH
MAINTAINER= sem@FreeBSD.org
COMMENT= Lightweight DHCP relay agent. Yandex edition
LICENSE= BSD
+USE_GITHUB= yes
+GH_ACCOUNT= sem-hub
+GH_COMMIT= 6df4e97
+
USE_RC_SUBR= dhcprelya
PORTDOCS= README
@@ -30,7 +31,6 @@ RADIUS_PLUGIN_PLUGIN_DESC= build radius plugin
.if ${PORT_OPTIONS:MRADIUS_PLUGIN}
PLIST_FILES+= lib/${PORTNAME}_radius_plugin.so
-LIB_DEPENDS= freeradius-client.2:${PORTSDIR}/net/freeradius-client
MAKE_ARGS= -DWITH_RADIUS_PLUGIN
.endif