aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-ruby-libvirt/Makefile
blob: 46204ab91eb37d1f5c3ffe1c82b247496feb55b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Roman Bogorodskiy <novel@FreeBSD.org>
# $FreeBSD$

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>