jeremy 9c4d2b3822 Remove .require_paths from PLISTs from gems that used to use
them.  After recent updates to the ruby interpreters, these
files are no longer created.
2011-11-09 00:17:37 +00:00

41 lines
844 B
Makefile

# $OpenBSD: Makefile,v 1.7 2011/11/09 00:17:38 jeremy Exp $
COMMENT = cross-platform dynamic library loading for ruby
DISTNAME = ffi-1.0.9
CATEGORIES = devel
REVISION = 1
HOMEPAGE= http://github.com/ffi/ffi
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
# LPGLv3
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = ${MODRUBY_RAKE_DEPENDS}
WANTLIB = ffi
LIB_DEPENDS = devel/libffi
CONFIGURE_STYLE = ruby gem ext
post-install:
rm -r ${GEM_ABS_PATH}/gems/${DISTNAME}/ext
# Regress currently broken, libtest directory needed and not
# included in the gem
NO_REGRESS = yes
REGRESS_DEPENDS = devel/ruby-rake-compiler,${MODRUBY_FLAVOR}
MODRUBY_REGRESS = rake rspec
RAKE_REGRESS_TARGET = specs
.include <bsd.port.mk>