openbsd-ports/devel/ruby-yajl/Makefile

19 lines
311 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.2 2013/03/11 10:50:30 espie Exp $
COMMENT= Ruby bindigs for the Yajl JSON library
DISTNAME= yajl-ruby-1.1.0
CATEGORIES= devel
HOMEPAGE= http://github.com/brianmario/yajl-ruby
# MIT
PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/ruby
CONFIGURE_STYLE=ruby gem ext
.include <bsd.port.mk>