svn commit: r335323 - head/devel/rubygem-rubyforge

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 30 18:29:20 UTC 2013


Author: sunpoet
Date: Sat Nov 30 18:29:20 2013
New Revision: 335323
URL: http://svnweb.freebsd.org/changeset/ports/335323

Log:
  - Add LICENSE

Modified:
  head/devel/rubygem-rubyforge/Makefile

Modified: head/devel/rubygem-rubyforge/Makefile
==============================================================================
--- head/devel/rubygem-rubyforge/Makefile	Sat Nov 30 18:29:16 2013	(r335322)
+++ head/devel/rubygem-rubyforge/Makefile	Sat Nov 30 18:29:20 2013	(r335323)
@@ -9,11 +9,14 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Simplistic script which automates rubyforge operations
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	rubygem-json_pure>=1.1.7:${PORTSDIR}/devel/rubygem-json_pure
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+
 PLIST_FILES=	bin/rubyforge
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list