pkgsrc/www/ruby-activeresource/Makefile
minskim d814350d58 Update ruby-activeresource to 2.1.1.
Changes:

* Fixed Base#exists? to check status code as integer [#299
  state:resolved] (Wes Oldenbeuving)
2008-09-15 05:43:01 +00:00

14 lines
446 B
Makefile

# $NetBSD: Makefile,v 1.4 2008/09/15 05:43:01 minskim Exp $
DISTNAME= activeresource-2.1.1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= www
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://rubyforge.org/projects/activeresource/
COMMENT= Object-relational mapping for REST webservices
DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.1.1:../../devel/ruby-activesupport
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"