1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/net/rubygem-oauth/Makefile
Sunpoet Po-Chuan Hsieh 3817655e5c - Add LICENSE
2014-12-25 17:08:33 +00:00

21 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
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/oauth
.include <bsd.port.mk>