freebsd-ports/net/arpdig/Makefile
Ruslan Makhmatkhanov cc2bfef2ca - update to 0.5.5
Changes:
  Actually fix work with L2VLAN (0.5.4 fix was incomplete)

PR:		169482
Submitted by:	marck (maintainer)
2012-06-27 10:24:52 +00:00

20 lines
336 B
Makefile

# New ports collection makefile for: arpdig
# Date created: 23 April 2006
# Whom: marck@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= arpdig
PORTVERSION= 0.5.5
CATEGORIES= net
MASTER_SITES= SF
MAINTAINER= marck@FreeBSD.org
COMMENT= ARP Digger utility
PLIST_FILES= bin/arpdig
MAN1= arpdig.1
MANCOMPRESSED= yes
.include <bsd.port.mk>