pkgsrc/net/ruby-addressable/Makefile
taca 6e99926ef6 Update ruby-addressable to 2.2.8.
# Addressable 2.2.8
- fixed issues with dot segment removal code
- form encoding can now handle multiple values per key
- updated development environment
2012-06-02 00:59:08 +00:00

12 lines
331 B
Makefile

# $NetBSD: Makefile,v 1.7 2012/06/02 00:59:08 taca Exp $
DISTNAME= addressable-2.2.8
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"