summaryrefslogtreecommitdiff
path: root/devel/rubygem-ruby-libvirt/Makefile
blob: ae222185a29f2f99d8d78c3d633ad856ee032d7e (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.8.0
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>