mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
24 lines
459 B
Makefile
24 lines
459 B
Makefile
# Created by: Nick Hilliard <nick@foobar.org>
|
|
|
|
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>
|