aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-ruby-libvirt/Makefile
blob: 7058f17b9971afced44430c5a16f251f36316efb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	ruby-libvirt
PORTVERSION=	0.8.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	novel@FreeBSD.org
COMMENT=	Ruby bindings for libvirt
WWW=		https://libvirt.org/ruby/

LICENSE=	LGPL21

LIB_DEPENDS=	libvirt.so:devel/libvirt

USE_RUBY=	yes
USES=		gem pkgconfig

.include <bsd.port.mk>