summaryrefslogtreecommitdiff
path: root/www/merb-auth/Makefile
blob: 7062b72921c023c8e064e5849c5fa6ccf4d9b906 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.1.1.1 2010/09/12 02:58:46 taca Exp $

DISTNAME=	merb-auth-1.1.1
CATEGORIES=	www

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://www.merbivore.com/
COMMENT=	Merb plugin that provides authentication support
LICENSE=	mit

DEPENDS+=	${RUBY_PKGPREFIX}-merb-core>=1.1:../../www/merb-core
DEPENDS+=	${RUBY_PKGPREFIX}-merb-auth-core>=1.1.1:../../www/merb-auth-core
DEPENDS+=	${RUBY_PKGPREFIX}-merb-auth-more>=1.1.1:../../www/merb-auth-more
DEPENDS+=	${RUBY_PKGPREFIX}-merb-auth-slice-password>=1.1.1:../../www/merb-auth-slice-password

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"