ports/net-mgmt/rubygem-oxidized-script/Makefile
Steve Wills e1d5dc45bd net-mgmt/rubygem-oxidized-script: create port
CLI and Library to interface with network devices in Oxidized, a RANCID
replacement.

WWW: https://github.com/ytti/oxidized-script

PR:		203374
Submitted by:	Nick Hilliard <nick@foobar.org> (with modifications)
2017-01-04 04:40:42 +00:00

24 lines
471 B
Makefile

# Created by: Nick Hilliard <nick@foobar.org>
# $FreeBSD$
PORTNAME= oxidized-script
PORTVERSION= 0.3.1
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>