freebsd-ports/devel/rubygem-ruby-libvirt/Makefile
2021-04-06 16:31:07 +02:00

18 lines
321 B
Makefile

# Created by: Roman Bogorodskiy <novel@FreeBSD.org>
PORTNAME= ruby-libvirt
PORTVERSION= 0.7.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= novel@FreeBSD.org
COMMENT= Ruby bindings for libvirt
LICENSE= LGPL21
LIB_DEPENDS= libvirt.so:devel/libvirt
USE_RUBY= yes
USES= gem pkgconfig
.include <bsd.port.mk>