diff options
Diffstat (limited to 'www/merbful-authentication/Makefile')
-rw-r--r-- | www/merbful-authentication/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/merbful-authentication/Makefile b/www/merbful-authentication/Makefile new file mode 100644 index 00000000000..3a03ffaa037 --- /dev/null +++ b/www/merbful-authentication/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:25:21 jlam Exp $ + +DISTNAME= merbful_authentication-0.9.2 +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" |