a9bf29fdef
# Addressable 2.2.7 - fixed issues related to Addressable::URI#query_values= - the Addressable::URI.parse method is now polymorphic
12 lines
333 B
Makefile
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"
|