ports/net/rubygem-oauth/Makefile
Steve Wills 81bfc79339 - Remove redundant dependency
PR:		ports/179856
Submitted by:	tota
2013-06-23 02:02:41 +00:00

17 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>