1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/net/p5-Net-RawIP/Makefile
Dmitry Sivachenko a5271847df The previous update changed version from 0.09d to 0.1.
Bump PORTEPOCH since 0.09d > 0.1.

Asked by:	kris
2003-07-06 10:12:42 +00:00

25 lines
563 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.1
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
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>