freebsd-ports/net/raddump/Makefile
Edwin Groothuis 3bf110d041 [NEW PORT] net/raddump: Radius Packet Analyzer
raddump interprets captured RADIUS packets to print a
	timestamp, packet length, RADIUS packet type, source
	and destination hosts and ports, and included attribute
	names and values for each packet.

	WWW: http://sourceforge.net/projects/raddump/

PR:		ports/73335
Submitted by:	S H A N <shanali@yahoo.com>
2004-10-31 11:43:03 +00:00

21 lines
384 B
Makefile

# New ports collection makefile for: raddump
# Date created: 31 October 2004
# Whom: shanali
#
# $FreeBSD$
#
PORTNAME= raddump
PORTVERSION= 0.2.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=${PORTNAME}
MAINTAINER= shanali@yahoo.com
COMMENT= Radius Packet Analyzer
GNU_CONFIGURE= yes
MAN1= raddump.1
.include <bsd.port.mk>