svn commit: r335331 - head/devel/rubygem-redis-store

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


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

Log:
  - Add LICENSE
  - Remove contiguous blank lines

Modified:
  head/devel/rubygem-redis-store/Makefile

Modified: head/devel/rubygem-redis-store/Makefile
==============================================================================
--- head/devel/rubygem-redis-store/Makefile	Sat Nov 30 18:29:53 2013	(r335330)
+++ head/devel/rubygem-redis-store/Makefile	Sat Nov 30 18:29:57 2013	(r335331)
@@ -8,11 +8,12 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Namespaced Redis stores for Ruby web frameworks
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	rubygem-redis>=2.2:${PORTSDIR}/databases/rubygem-redis
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list