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

PORTNAME=	ruby-libvirt
PORTVERSION=	0.6.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	novel@FreeBSD.org
COMMENT=	Ruby bindings for libvirt

LICENSE=	LGPL21

LIB_DEPENDS=	libvirt.so:devel/libvirt

USES=		pkgconfig

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>