1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/net/p5-Net-RawIP/Makefile
Dmitry Sivachenko 06f32d7c5a Update to 0.25;
Now builds on -current.

PR:		134342
Submitted by:	garga
2009-05-08 07:29:51 +00:00

22 lines
440 B
Makefile

# New ports collection makefile for: p5-Net-RawIP
# Date created: 18 February 1999
# Whom: Dima Sivachenko <dima@chg.ru>
#
# $FreeBSD$
#
PORTNAME= Net-RawIP
PORTVERSION= 0.25
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.mk>