1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/net/p5-Net-RawIP/Makefile
Andrej Zverev 6d94fd8e00 - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 17:15:11 +00:00

18 lines
308 B
Makefile

# Created by: Dima Sivachenko <dima@chg.ru>
# $FreeBSD$
PORTNAME= Net-RawIP
PORTVERSION= 0.25
PORTEPOCH= 1
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>