openbsd-ports/converters/ruby-json/Makefile
bernd fbab70b2a2 Security update to ruby-json-1.1.7.
From the changelog:
Security Fix for JSON::Pure::Parser. A specially designed string could
cause catastrophic backtracking in one of the parser's regular expressions
in earlier 1.1.x versions. JSON::Ext::Parser isn't affected by this issue.
2009-08-20 21:55:41 +00:00

31 lines
546 B
Makefile

# $OpenBSD: Makefile,v 1.6 2009/08/20 21:55:41 bernd Exp $
SHARED_ONLY= Yes
COMMENT= JSON implementation for Ruby
DISTNAME= json-1.1.7
PKGNAME= ruby-${DISTNAME}
CATEGORIES= converters
HOMEPAGE= http://json.rubyforge.org/
# Ruby license
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=json/}
MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem
WANTLIB= c m
LIB_DEPENDS= ${MODRUBY_LIB_DEPENDS}
MODRUBY_REGRESS= rake
.include <bsd.port.mk>