d5bbd2925e
ok landry
13 lines
412 B
Makefile
13 lines
412 B
Makefile
# $OpenBSD: Makefile,v 1.8 2010/12/08 22:08:20 jeremy Exp $
|
|
|
|
COMMENT = extensible architecture for authentication
|
|
|
|
DISTNAME = merb-auth-1.1.1
|
|
|
|
RUN_DEPENDS = www/ruby-merb/auth-core,${MODRUBY_FLAVOR}>=1.1.1,<1.2 \
|
|
www/ruby-merb/auth-more,${MODRUBY_FLAVOR}>=1.1.1,<1.2 \
|
|
www/ruby-merb/auth-slice-password,${MODRUBY_FLAVOR}>=1.1.1,<1.2 \
|
|
www/ruby-merb/core,${MODRUBY_FLAVOR}>=1.1,<2.0
|
|
|
|
.include <bsd.port.mk>
|