aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-packetfu/Makefile
blob: 5399debc92aa9065ed0c2557ee07280537c81b40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	packetfu
PORTVERSION=	1.1.13
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	antoine@FreeBSD.org
COMMENT=	Mid-level packet manipulation library for Ruby

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-pcaprub>=0:net/rubygem-pcaprub

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>