mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
23 lines
450 B
Makefile
23 lines
450 B
Makefile
# New ports collection makefile for: dhcpdump
|
|
# Date created: 1 March 2001
|
|
# Whom: Edwin Groothuis (edwin@mavetju.org)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dhcpdump
|
|
PORTVERSION= 1.7
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.mavetju.org/download/
|
|
|
|
MAINTAINER= edwin@mavetju.org
|
|
COMMENT= Decode and diagnose sniffed DHCP packets
|
|
|
|
MAN1= dhcpdump.1
|
|
PLIST_FILES= bin/dhcpdump
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_PERL5_BUILD= yes
|
|
|
|
.include <bsd.port.mk>
|