pkgsrc/www/merbful-authentication/Makefile
jlam 97817facef Update www/merbful-authentication to 0.9.3. Changes from version 0.9.2
include:

* On failed access request, allow for a default XML response action.
2008-04-29 17:36:23 +00:00

14 lines
394 B
Makefile

# $NetBSD: Makefile,v 1.2 2008/04/29 17:36:23 jlam Exp $
DISTNAME= merbful_authentication-0.9.3
PKGNAME= ${DISTNAME:S/_/-/g}
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= RESTful authentication plugin for Merb
DEPENDS+= merb-core>=0.9.2:../../www/merb-core
DEPENDS+= merb-gen>=0.9.2:../../www/merb-gen
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"