pkgsrc/net/ruby-addressable/Makefile
taca 83df833271 Update ruby-addressable to 2.3.3.
# Addressable 2.3.3
- fixed issue with converting common primitives during template expansion
- fixed port encoding issue
- removed a few warnings
- normalize should now ignore %2B in query strings
- the IDNA logic should now be handled by libidn in Ruby 1.9
- no template match should now result in nil instead of an empty MatchData
- added license information to gemspec
2013-03-12 13:13:46 +00:00

12 lines
331 B
Makefile

# $NetBSD: Makefile,v 1.9 2013/03/12 13:13:46 taca Exp $
DISTNAME= addressable-2.3.3
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"