aboutsummaryrefslogtreecommitdiff
path: root/net/p5-NetPacket/Makefile
blob: 3a2413b1cc8eb37b9f0908a580faa9de31139ab7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Anatoliy Dmytriyev

PORTNAME=	NetPacket
PORTVERSION=	1.6.0
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	tolid@tolid.eu.org
COMMENT=	Modules to assemble/disassemble network packets at the protocol level

LICENSE=	ART20
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>