freebsd-ports/net/rubygem-oauth/Makefile

18 lines
357 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
NO_STAGE= yes
.include <bsd.port.mk>