1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/net/p5-Net-RawIP/Makefile
Aaron Dalton 0aa0099d1e - Update to 0.2
PR:		ports/99029
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
2006-07-01 15:55:45 +00:00

24 lines
516 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.2
PORTEPOCH= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
http://www.ic.al.lg.ua/~ksv/
MASTER_SITE_SUBDIR= Net
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>