24 lines
488 B
Makefile
24 lines
488 B
Makefile
# $OpenBSD: Makefile,v 1.9 2014/01/10 19:16:06 jeremy Exp $
|
|
|
|
COMMENT= Ruby-FFI-based binding to the GObjectIntrospection API
|
|
|
|
DISTNAME= gir_ffi-0.5.2
|
|
REVISION = 2
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://github.com/mvz/ruby-gir-ffi
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= devel/ruby-ffi,${MODRUBY_FLAVOR}>=1.2.0,<=1.3.0 \
|
|
devel/ruby-indentation,${MODRUBY_FLAVOR}>=0.0.6,<0.1.0
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
.include <bsd.port.mk>
|