d81c437085
. Add LICENSE . Fix patch filename
19 lines
319 B
Makefile
19 lines
319 B
Makefile
# Created by: itojun@itojun.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= choparp
|
|
PORTVERSION= 20021107
|
|
PORTREVISION= 4
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Simple proxy arp daemon
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_RC_SUBR= choparp
|
|
|
|
PLIST_FILES= sbin/choparp man/man8/choparp.8.gz
|
|
|
|
.include <bsd.port.mk>
|