diff options
Diffstat (limited to 'net/throttled/Makefile')
-rw-r--r-- | net/throttled/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/net/throttled/Makefile b/net/throttled/Makefile index 1130e729a30f..42ce96350986 100644 --- a/net/throttled/Makefile +++ b/net/throttled/Makefile @@ -1,13 +1,8 @@ -# Ports collection makefile for: throttled -# Date created: 11 Jun 2004 -# Whom: quest <quest@mac.com> -# +# Created by: quest <quest@mac.com> # $FreeBSD$ -# PORTNAME= throttled -PORTVERSION= 0.4.1 -PORTREVISION= 2 +PORTVERSION= 0.5.2 CATEGORIES= net MASTER_SITES= http://www.intrarts.com/Files/ EXTRACT_SUFX= .tgz @@ -15,6 +10,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= quest@mac.com COMMENT= Bandwidth shaping and QoS solution +LICENSE= GPLv3 + USE_GMAKE= yes USE_RC_SUBR= ${PORTNAME} |