mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
19 lines
338 B
Makefile
19 lines
338 B
Makefile
# Created by: Mark Pulford <mark@kyne.com.au>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= throttle
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://klicman.org/throttle/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A pipe bandwidth throttling utility
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= throttle.1
|
|
PLIST_FILES= bin/throttle
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|