pkgsrc/net/ruby-addressable/Makefile
obache a9bf29fdef Update ruby-addressable to 2.2.7.
# Addressable 2.2.7
- fixed issues related to Addressable::URI#query_values=
- the Addressable::URI.parse method is now polymorphic
2012-02-29 07:47:04 +00:00

12 lines
333 B
Makefile

# $NetBSD: Makefile,v 1.6 2012/02/29 07:47:04 obache Exp $
DISTNAME= addressable-2.2.7
CATEGORIES= net
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://addressable.rubyforge.org/
COMMENT= Replacement for the URI Implementation of standard librrary
LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"