8317dd47d4
A slice for the Merb framework that uses the merb-auth-core authentication framework. This slice provides a basic login and logout function. By default it also include the form based password logins and basic authentication.
13 lines
296 B
Makefile
13 lines
296 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/01/31 12:11:44 bernd Exp $
|
|
|
|
COMMENT = merb-auth support for slices
|
|
|
|
DISTNAME = merb-auth-slice-password-${VERSION}
|
|
|
|
MASTER_SITES = ${MASTER_SITE_RUBYFORGE:=merb-auth/}
|
|
|
|
RUN_DEPENDS = ::www/ruby-merb/slices \
|
|
::www/ruby-merb/auth-more
|
|
|
|
.include <bsd.port.mk>
|