mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 04:18:55 -04:00
16 lines
377 B
Makefile
16 lines
377 B
Makefile
# $NetBSD: Makefile,v 1.10 2012/09/06 12:30:44 obache Exp $
|
|
|
|
DISTNAME= oauth-0.4.7
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://oauth.rubyforge.org/
|
|
#HOMEPAGE= http://github.com/oauth/oauth-ruby
|
|
COMMENT= OAuth Core Ruby implementation
|
|
LICENSE= mit
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|