opnsense-ports/net-mgmt/rubygem-oxidized-script/Makefile
Franco Fichtner 03897c887f */*: sync with upstream
Taken from: HardenedBSD
2018-01-01 17:44:09 +01:00

24 lines
471 B
Makefile

# Created by: Nick Hilliard <nick@foobar.org>
# $FreeBSD$
PORTNAME= oxidized-script
PORTVERSION= 0.5.0
CATEGORIES= net-mgmt rubygems
MASTER_SITES= RG
MAINTAINER= nick@foobar.org
COMMENT= CLI and Library to interface with network devices in rubygems-oxidized
LICENSE= APACHE20
RUN_DEPENDS= rubygem-oxidized>=0.15:net-mgmt/rubygem-oxidized \
rubygem-slop3>=3.5:devel/rubygem-slop3
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/oxs
.include <bsd.port.mk>