freebsd-ports/net/rubygem-packetfu/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

19 lines
344 B
Makefile

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>