openbsd-ports/converters/ruby-json/Makefile
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

30 lines
622 B
Makefile

# $OpenBSD: Makefile,v 1.17 2011/11/09 00:17:37 jeremy Exp $
COMMENT= JSON implementation for Ruby
DISTNAME= json-1.5.3
CATEGORIES= converters
REVISION = 1
HOMEPAGE= http://json.rubyforge.org/
# Ruby license
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem ext
MODRUBY_REGRESS= rake
REGRESS_DEPENDS = ${FULLPKGNAME}:${BUILD_PKGPATH} \
${MODRUBY_ICONV_DEPENDS}
do-regress:
cd ${WRKSRC} && /usr/bin/env -i ${MAKE_ENV} RUBYOPT=-rubygems \
JSON=ext ${MODRUBY_BIN_TESTRB} tests/*.rb
.include <bsd.port.mk>