opnsense-ports/net/rubygem-packetfu/Makefile
Franco Fichtner 895ca7412e */*: sync with upstream
Taken from: FreeBSD
2015-08-19 07:28:49 +02:00

22 lines
364 B
Makefile

# $FreeBSD$
PORTNAME= packetfu
PORTVERSION= 1.1.10
PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= antoine@FreeBSD.org
COMMENT= Mid-level packet manipulation library for Ruby
LICENSE= BSD3CLAUSE
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST=yes
USES= shebangfix
SHEBANG_FILES= test/func_lldp.rb
.include <bsd.port.mk>