0135b50408
Changes: https://github.com/oauth-xx/oauth-ruby/releases https://github.com/oauth-xx/oauth-ruby/blob/master/CHANGELOG.md
21 lines
361 B
Makefile
21 lines
361 B
Makefile
# Created by: wenheping <wenheping@gmail.com>
|
|
|
|
PORTNAME= oauth
|
|
PORTVERSION= 0.5.7
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Rubygem for Creating both OAuth Consumers and Service Providers
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/oauth
|
|
|
|
.include <bsd.port.mk>
|