openbsd-ports/devel/ruby-gir_ffi/Makefile
jeremy 4df01cf8a7 Explicitly set ports that only build or run on ruby 1.8 to have both
FLAVOR and FLAVORS set to ruby18, so attempting to build them without a
FLAVOR set still builds the ruby 1.8 version.
2012-09-23 17:00:49 +00:00

29 lines
536 B
Makefile

# $OpenBSD: Makefile,v 1.4 2012/09/23 17:00:49 jeremy Exp $
COMMENT= Ruby-FFI-based binding to the GObjectIntrospection API
DISTNAME= gir_ffi-0.0.10
REVISION= 1
CATEGORIES= devel
HOMEPAGE= https://github.com/mvz/ruby-gir-ffi
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= lang/ruby
FLAVORS= ruby18
FLAVOR= ruby18
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/ruby-ffi,${MODRUBY_FLAVOR}>=1.0.8
CONFIGURE_STYLE=ruby gem ext
.include <bsd.port.mk>