summaryrefslogtreecommitdiff
path: root/devel/rubygem-ruby-libvirt/Makefile
blob: f9e11b0328aa1c80a981fc57d616baa66a2307de (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.4
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

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

LICENSE=	LGPL21
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libvirt.so:devel/libvirt

USES=		gem pkgconfig

.include <bsd.port.mk>