e0b36bae03
# Addressable 2.3.5 - added Addressable::URI#empty? method - Addressable::URI#hostname methods now strip square brackets from IPv6 hosts - compatibility with Net::HTTP in Ruby 2.0.0 - Addressable::URI#route_from should always give relative URIs
12 lines
332 B
Makefile
12 lines
332 B
Makefile
# $NetBSD: Makefile,v 1.11 2013/09/13 05:56:34 taca Exp $
|
|
|
|
DISTNAME= addressable-2.3.5
|
|
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"
|