freebsd-ports/net-mgmt/sendip/Makefile
Garrett Wollman 60aab66567 Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.

Approved in principle by: marcus
2004-02-23 04:42:13 +00:00

23 lines
467 B
Makefile

# New ports collection makefile for: sendip
# Date created: Wed 29 Nov 2000
# Whom: joseph@randomnetworks.com
#
# $FreeBSD$
#
PORTNAME= sendip
PORTVERSION= 2.5
PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://www.earth.li/projectpurple/files/
MAINTAINER= joseph@randomnetworks.com
COMMENT= SendIP is a commandline tool to allow sending arbitrary IP packets
USE_GMAKE= yes
USE_PERL5= yes
INSTALLS_SHLIB= yes
MAN1= sendip.1
.include <bsd.port.mk>