1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/net-mgmt/sendip/Makefile
Andrej Zverev bd628ddcbf - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-14 16:38:28 +00:00

29 lines
568 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 ipv6
MASTER_SITES= http://www.earth.li/projectpurple/files/
MAINTAINER= joseph@randomnetworks.com
COMMENT= SendIP is a commandline tool to allow sending arbitrary IP packets
USES= gmake perl5
USE_LDCONFIG= yes
MAN1= sendip.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900000
BROKEN= does not compile on FreeBSD 9.X
.endif
.include <bsd.port.post.mk>