mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
18 lines
315 B
Makefile
18 lines
315 B
Makefile
# Created by: shanali
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= raddump
|
|
PORTVERSION= 0.3.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Radius Packet Analyzer
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/raddump \
|
|
man/man1/raddump.1.gz
|
|
|
|
.include <bsd.port.mk>
|