Date: Sat, 30 Nov 2013 18:29:57 +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: r335331 - head/devel/rubygem-redis-store Message-ID: <201311301829.rAUITv1I058058@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311301829.rAUITv1I058058>