mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
15 lines
346 B
Makefile
15 lines
346 B
Makefile
# $NetBSD: Makefile,v 1.13 2016/03/15 15:15:49 taca Exp $
|
|
|
|
DISTNAME= oauth-0.5.1
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/oauth-xx/oauth-ruby
|
|
COMMENT= OAuth Core Ruby implementation
|
|
LICENSE= mit
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|