opnsense-ports/net-mgmt/rubygem-oxidized-script/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

21 lines
444 B
Makefile

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
WWW= https://github.com/ytti/oxidized-script
LICENSE= APACHE20
RUN_DEPENDS= rubygem-oxidized>=0.25:net-mgmt/rubygem-oxidized \
rubygem-slop3>=3.5:devel/rubygem-slop3
USES= gem
NO_ARCH= yes
PLIST_FILES= bin/oxs
.include <bsd.port.mk>