summaryrefslogtreecommitdiff
path: root/net/ruby-addressable/Makefile
diff options
context:
space:
mode:
authortaca <taca>2010-09-11 06:56:00 +0000
committertaca <taca>2010-09-11 06:56:00 +0000
commitd606d73bba9d500db79ee8b3d9562359817398fd (patch)
tree4003139a2573067df110efed3fe211a63e25ba5d /net/ruby-addressable/Makefile
parentc8a27ff8faf23d367e935048cf0e4e3f4519bf55 (diff)
downloadpkgsrc-d606d73bba9d500db79ee8b3d9562359817398fd.tar.gz
Importing net/ruby-addressable 2.2.0.
Addressable is a replacement for the URI implementation that is part of Ruby's standard library. It more closely conforms to the relevant RFCs and adds support for IRIs and URI templates.
Diffstat (limited to 'net/ruby-addressable/Makefile')
-rw-r--r--net/ruby-addressable/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/ruby-addressable/Makefile b/net/ruby-addressable/Makefile
new file mode 100644
index 00000000000..5c35e1759c8
--- /dev/null
+++ b/net/ruby-addressable/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/09/11 06:56:00 taca Exp $
+
+DISTNAME= addressable-2.2.0
+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"