forked from Lainports/opnsense-ports
17 lines
318 B
Makefile
17 lines
318 B
Makefile
PORTNAME= ruby-libvirt
|
|
PORTVERSION= 0.8.4
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= novel@FreeBSD.org
|
|
COMMENT= Ruby bindings for libvirt
|
|
WWW= https://libvirt.org/ruby/
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libvirt.so:devel/libvirt
|
|
|
|
USES= gem pkgconfig
|
|
|
|
.include <bsd.port.mk>
|