14 lines
338 B
Makefile
14 lines
338 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/01/31 12:06:56 bernd Exp $
|
|
|
|
COMMENT = extensible architecture for authentication
|
|
|
|
DISTNAME = merb-auth-${VERSION}
|
|
|
|
MASTER_SITES = ${MASTER_SITE_RUBYFORGE:=merb-auth/}
|
|
|
|
RUN_DEPENDS = ::www/ruby-merb/auth-core \
|
|
::www/ruby-merb/auth-more \
|
|
::www/ruby-merb/auth-slice-password
|
|
|
|
.include <bsd.port.mk>
|