summaryrefslogtreecommitdiff
path: root/www/merbful-authentication
diff options
context:
space:
mode:
authortaca <taca>2010-09-12 03:22:00 +0000
committertaca <taca>2010-09-12 03:22:00 +0000
commit66d76971d62426083a701e92c1328179cf5eade7 (patch)
treefd5f403663690570458224a9e0074267ead31e77 /www/merbful-authentication
parent5e40c8733ee20198bf9404e15cff9892fb52b6e3 (diff)
downloadpkgsrc-66d76971d62426083a701e92c1328179cf5eade7.tar.gz
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE. * Ajust new ruby package's framework.
Diffstat (limited to 'www/merbful-authentication')
-rw-r--r--www/merbful-authentication/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/www/merbful-authentication/Makefile b/www/merbful-authentication/Makefile
index ae438b4c427..9f2e6bfbfdc 100644
--- a/www/merbful-authentication/Makefile
+++ b/www/merbful-authentication/Makefile
@@ -1,15 +1,16 @@
-# $NetBSD: Makefile,v 1.3 2008/08/15 16:08:00 taca Exp $
+# $NetBSD: Makefile,v 1.4 2010/09/12 03:22:00 taca Exp $
DISTNAME= merbful_authentication-0.9.3
-PKGNAME= ${DISTNAME:S/_/-/g}
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rubyforge.org/projects/merbful-auth/
COMMENT= RESTful authentication plugin for Merb
+LICENSE= mit
-DEPENDS+= merb-core>=0.9.2:../../www/merb-core
-DEPENDS+= merb-gen>=0.9.2:../../www/merb-gen
+DEPENDS+= ${RUBY_PKGPREFIX}-merb-core>=0.9.2:../../www/merb-core
+DEPENDS+= ${RUBY_PKGPREFIX}-merb-gen>=0.9.2:../../www/merb-gen
-.include "../../misc/rubygems/rubygem.mk"
+.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"