575107f113
Approved by: portmgr blanket MFH: 2015Q3 (blanket)
22 lines
364 B
Makefile
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>
|