1ce24ae6dd
MerbAuth is an authentication framework for use with the Merb web framework.
14 lines
379 B
Makefile
14 lines
379 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/09/12 02:54:50 taca Exp $
|
|
|
|
DISTNAME= merb-auth-core-1.1.1
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.merbivore.com/
|
|
COMMENT= MerbAuth is an authentication framework core
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-merb-core>=1.1:../../www/merb-core
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|