mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
18 lines
343 B
Makefile
18 lines
343 B
Makefile
# Created by: wenheping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= oauth
|
|
PORTVERSION= 0.4.7
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Rubygem for Creating both OAuth Consumers and Service Providers
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/oauth
|
|
|
|
.include <bsd.port.mk>
|