Fri Sep 10 08:10:44 2010 UTC ()
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove redundant PKGNAME.


(taca)
diff -r1.4 -r1.5 pkgsrc/textproc/ruby-ferret/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/textproc/ruby-ferret/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/ruby-ferret/Makefile 2010/09/07 17:20:27 1.4
+++ pkgsrc/textproc/ruby-ferret/Makefile 2010/09/10 08:10:44 1.5
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.4 2010/09/07 17:20:27 taca Exp $ 1# $NetBSD: Makefile,v 1.5 2010/09/10 08:10:44 taca Exp $
2 2
3DISTNAME= ferret-0.11.6 3DISTNAME= ferret-0.11.6
4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} 
5PKGREVISION= 1 4PKGREVISION= 1
6CATEGORIES= textproc 5CATEGORIES= textproc
7 6
8MAINTAINER= minskim@NetBSD.org 7MAINTAINER= minskim@NetBSD.org
9HOMEPAGE= http://ferret.davebalmain.com/ 8HOMEPAGE= http://ferret.davebalmain.com/
10COMMENT= Text search engine library written for Ruby 9COMMENT= Text search engine library written for Ruby
 10LICENSE= mit
11 11
12RUBY_VERSION_SUPPORTED= 18 12RUBY_VERSION_SUPPORTED= 18
13 13
14.include "../../misc/rubygems/rubygem.mk" 14.include "../../lang/ruby/gem.mk"
15.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"