8f8852910e
merb-auth-more provides stuff that's useful, but not core to the functionality of merb-auth. Strategies and "User" object mixins are here.
12 lines
267 B
Makefile
12 lines
267 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/01/31 12:09:51 bernd Exp $
|
|
|
|
COMMENT = useful extensions for merb-auth-core
|
|
|
|
DISTNAME = merb-auth-more-${VERSION}
|
|
|
|
MASTER_SITES = ${MASTER_SITE_RUBYFORGE:=merb-auth/}
|
|
|
|
RUN_DEPENDS = ::www/ruby-merb/auth-core
|
|
|
|
.include <bsd.port.mk>
|