freebsd-ports/devel/rubygem-ruby-libvirt/Makefile
2015-11-25 15:47:18 +00:00

22 lines
383 B
Makefile

# 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:${PORTSDIR}/devel/libvirt
USES= pkgconfig
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>