pkgsrc/net/ruby-addressable/Makefile
taca 0ceb63be9a Update net/ruby-addressable to 2.2.1.
=== Addressable 2.2.1
- added support for application/x-www-form-urlencoded.
2010-09-23 06:45:40 +00:00

16 lines
554 B
Makefile

# $NetBSD: Makefile,v 1.2 2010/09/23 06:45:40 taca Exp $
DISTNAME= addressable-2.2.1
CATEGORIES= net
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://addressable.rubyforge.org/
COMMENT= Replacement for the URI Implementation of standard librrary
LICENSE= mit
BUILD_DEPENDS+= ${RUBY_PKGPREFIX}-rspec>=1.0.8:../../devel/ruby-rspec
BUILD_DEPENDS+= ${RUBY_PKGPREFIX}-launchy>=0.3.2:../../misc/ruby-launchy
BUILD_DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs>=1.1.2:../../textproc/ruby-diff-lcs
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"