freebsd-ports/net-mgmt/rubygem-oxidized-script/Makefile
Sunpoet Po-Chuan Hsieh 4e05fb8728 Update to 0.6.0
Changes:	https://github.com/ytti/oxidized-script/blob/master/CHANGELOG.md
		https://github.com/ytti/oxidized-script/commits/master
PR:		237245
Submitted by:	sunpoet (myself)
Approved by:	Nick Hilliard <nick@foobar.org> (maintainer)
2019-04-14 00:16:30 +00:00

24 lines
471 B
Makefile

# Created by: Nick Hilliard <nick@foobar.org>
# $FreeBSD$
PORTNAME= oxidized-script
PORTVERSION= 0.6.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.25:net-mgmt/rubygem-oxidized \
rubygem-slop3>=3.5:devel/rubygem-slop3
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/oxs
.include <bsd.port.mk>