freebsd-ports/net/p5-Net-RawIP/Makefile

28 lines
532 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Net-RawIP
# Date created: 18 February 1999
# Whom: Dima Sivachenko <dima@chg.ru>
#
1999-08-30 16:24:37 +02:00
# $FreeBSD$
#
PORTNAME= Net-RawIP
PORTVERSION= 0.23
PORTEPOCH= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= A perl module to manipulate raw IP packets
PERL_CONFIGURE= yes
MAN3= Net::RawIP.3 Net::RawIP::libpcap.3
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800059
BROKEN= does not build
.endif
.include <bsd.port.post.mk>