openbsd-ports/www/ruby-merb/auth-more/Makefile
bernd 8f8852910e Initial import of ruby-merb-auth-more-1.0.8.1.
merb-auth-more provides stuff that's useful, but not core to the functionality of
merb-auth. Strategies and "User" object mixins are here.
2009-01-31 12:09:51 +00:00

12 lines
267 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/01/31 12:09:51 bernd Exp $
COMMENT = useful extensions for merb-auth-core
DISTNAME = merb-auth-more-${VERSION}
MASTER_SITES = ${MASTER_SITE_RUBYFORGE:=merb-auth/}
RUN_DEPENDS = ::www/ruby-merb/auth-core
.include <bsd.port.mk>