0fbf097ad9
PR: ports/157761 Submitted by: Jin-Sih Lin <linpct_AT_gmail_DOT_com>
20 lines
371 B
Makefile
20 lines
371 B
Makefile
# New ports collection makefile for: rubygem-roauth
|
|
# Date created: 2010-11-03
|
|
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= roauth
|
|
PORTVERSION= 0.0.7
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Simple Ruby OAuth library
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|