mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
21 lines
442 B
Makefile
21 lines
442 B
Makefile
PORTNAME= oxidized-script
|
|
PORTVERSION= 0.7.0
|
|
CATEGORIES= net-mgmt rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= nick@foobar.org
|
|
COMMENT= CLI and Library to interface with network devices in rubygems-oxidized
|
|
WWW= https://github.com/ytti/oxidized-script
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= rubygem-oxidized>=0.29:net-mgmt/rubygem-oxidized \
|
|
rubygem-slop>=4.0:devel/rubygem-slop
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/oxs
|
|
|
|
.include <bsd.port.mk>
|