mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
fe2f0baaa7
Builds fine and should be no change in earlier Ruby versions, but bump anyway.
27 lines
491 B
Makefile
27 lines
491 B
Makefile
# $OpenBSD: Makefile,v 1.19 2020/10/06 22:36:06 jeremy Exp $
|
|
|
|
COMMENT= Ruby bindings for libvirt
|
|
|
|
DISTNAME= ruby-${PKGNAME}
|
|
PKGNAME= libvirt-0.7.1
|
|
REVISION= 1
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= https://libvirt.org/ruby/
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += virt virt-lxc virt-qemu
|
|
|
|
MODULES= lang/ruby
|
|
|
|
LIB_DEPENDS= sysutils/libvirt
|
|
|
|
CONFIGURE_STYLE=ruby gem ext
|
|
CONFIGURE_ARGS= --with-libvirt-include=${LOCALBASE}/include \
|
|
--with-libvirt-lib=${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|