summaryrefslogtreecommitdiff
path: root/www/ruby-webrobots/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/ruby-webrobots/Makefile')
-rw-r--r--www/ruby-webrobots/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/ruby-webrobots/Makefile b/www/ruby-webrobots/Makefile
new file mode 100644
index 00000000000..8dec63f2bf8
--- /dev/null
+++ b/www/ruby-webrobots/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/08/12 17:30:51 taca Exp $
+
+DISTNAME= webrobots-0.0.11
+CATEGORIES= www
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://rubygems.org/gems/webrobots
+COMMENT= Ruby library to help write robots.txt compliant web robots
+LICENSE= 2-clause-bsd
+
+DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri>=1.4.4:../../textproc/ruby-nokogiri
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"