openbsd-ports/www/ruby-merb/auth-slice-password/Makefile
bernd 8317dd47d4 Initial import of ruby-merb-auth-slice-password-1.0.8.1.
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.
2009-01-31 12:11:44 +00:00

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>