mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
11915f1dcf
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>
28 lines
599 B
Makefile
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>
|