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>
|