Date: Thu, 25 Dec 2014 17:08:34 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375583 - head/net/rubygem-oauth Message-ID: <201412251708.sBPH8YD6014537@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Dec 25 17:08:33 2014 New Revision: 375583 URL: https://svnweb.freebsd.org/changeset/ports/375583 QAT: https://qat.redports.org/buildarchive/r375583/ Log: - Add LICENSE Modified: head/net/rubygem-oauth/Makefile Modified: head/net/rubygem-oauth/Makefile ============================================================================== --- head/net/rubygem-oauth/Makefile Thu Dec 25 17:08:28 2014 (r375582) +++ head/net/rubygem-oauth/Makefile Thu Dec 25 17:08:33 2014 (r375583) @@ -9,9 +9,12 @@ 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 + +PLIST_FILES= bin/oauth .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412251708.sBPH8YD6014537>