blob: da95ee2e99a4821ae62312f5dcdafe72830082c2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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>
|