freebsd-ports/net/p5-Net-RawIP/Makefile
Bill Fumerola 11915f1dcf This package provides a class object which can be used for creating,
manipulating and sending a raw IP packets with optional feature for
manipulating ethernet headers.

http://quake.skif.net/RawIP/

PR:		ports/10110
Submitted By:	Dima Sivachenko <dima@Chg.RU>
1999-03-06 18:18:19 +00:00

28 lines
599 B
Makefile

# New ports collection makefile for: p5-Net-RawIP
# Version required: 0.06
# Date created: 18 February 1999
# Whom: Dima Sivachenko <dima@chg.ru>
#
# $Id$
#
DISTNAME= Net-RawIP-0.06
PKGNAME= p5-Net-RawIP-0.06
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
http://quake.skif.net/RawIP/files/ \
http://www.ic.al.lg.ua/~ksv/
MASTER_SITE_SUBDIR= Net
MAINTAINER= dima@chg.ru
USE_PERL5= yes
MAN3= Net::RawIP.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>