Sun Sep 12 03:22:00 2010 UTC ()
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Ajust new ruby package's framework.


(taca)
diff -r1.3 -r1.4 pkgsrc/www/merbful-authentication/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/www/merbful-authentication/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/merbful-authentication/Attic/Makefile 2008/08/15 16:08:00 1.3
+++ pkgsrc/www/merbful-authentication/Attic/Makefile 2010/09/12 03:22:00 1.4
@@ -1,15 +1,16 @@ @@ -1,15 +1,16 @@
1# $NetBSD: Makefile,v 1.3 2008/08/15 16:08:00 taca Exp $ 1# $NetBSD: Makefile,v 1.4 2010/09/12 03:22:00 taca Exp $
2 2
3DISTNAME= merbful_authentication-0.9.3 3DISTNAME= merbful_authentication-0.9.3
4PKGNAME= ${DISTNAME:S/_/-/g} 4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
5CATEGORIES= www 5CATEGORIES= www
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://rubyforge.org/projects/merbful-auth/ 8HOMEPAGE= http://rubyforge.org/projects/merbful-auth/
9COMMENT= RESTful authentication plugin for Merb 9COMMENT= RESTful authentication plugin for Merb
 10LICENSE= mit
10 11
11DEPENDS+= merb-core>=0.9.2:../../www/merb-core 12DEPENDS+= ${RUBY_PKGPREFIX}-merb-core>=0.9.2:../../www/merb-core
12DEPENDS+= merb-gen>=0.9.2:../../www/merb-gen 13DEPENDS+= ${RUBY_PKGPREFIX}-merb-gen>=0.9.2:../../www/merb-gen
13 14
14.include "../../misc/rubygems/rubygem.mk" 15.include "../../lang/ruby/gem.mk"
15.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"