diff options
-rw-r--r-- | www/ruby-webrobots/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/ruby-webrobots/Makefile b/www/ruby-webrobots/Makefile index 2ab63d050ce..9c2c7f83890 100644 --- a/www/ruby-webrobots/Makefile +++ b/www/ruby-webrobots/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/04/28 21:57:46 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2015/06/12 22:57:04 taca Exp $ DISTNAME= webrobots-0.1.1 CATEGORIES= www @@ -10,7 +10,5 @@ LICENSE= 2-clause-bsd DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri>=1.4.4:../../textproc/ruby-nokogiri -RUBY_VERSION_SUPPORTED= 200 193 21 - .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |