mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 20:41:20 +02:00
18 lines
365 B
Makefile
18 lines
365 B
Makefile
# Created by: Dima Sivachenko <dima@chg.ru>
|
|
# $FreeBSD: head/net/p5-Net-RawIP/Makefile 373448 2014-11-26 13:08:24Z mat $
|
|
|
|
PORTNAME= Net-RawIP
|
|
PORTVERSION= 0.25
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
COMMENT= Perl module to manipulate raw IP packets
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|