summaryrefslogtreecommitdiff
path: root/www/merbful-authentication/Makefile
blob: f03493f02c0f4af725df0f635db1f28f22957580 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.2 2008/04/29 17:36:23 jlam Exp $

DISTNAME=	merbful_authentication-0.9.3
PKGNAME=	${DISTNAME:S/_/-/g}
CATEGORIES=	www

MAINTAINER=	pkgsrc-users@NetBSD.org
COMMENT=	RESTful authentication plugin for Merb

DEPENDS+=	merb-core>=0.9.2:../../www/merb-core
DEPENDS+=	merb-gen>=0.9.2:../../www/merb-gen

.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"