diff options
author | taca <taca@pkgsrc.org> | 2015-12-13 15:52:13 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-12-13 15:52:13 +0000 |
commit | a42beb2470bbde3e628d4bc46ad1ce8a0ae04927 (patch) | |
tree | da6daaaee69f5fa78bf31667a4d65146fe4224aa /www/ruby-padrino-gen/Makefile | |
parent | dc383794c47e05fcdafcafba7eacd908d97cf137 (diff) | |
download | pkgsrc-a42beb2470bbde3e628d4bc46ad1ce8a0ae04927.tar.gz |
Update Padrino to 0.13.0.
Changes summary is not available, please refer:
<http://padrinorb.com/blog/padrino-0-13-0-mustermann-router-performance-enhancements-streaming-support-and-much-more/>.
Diffstat (limited to 'www/ruby-padrino-gen/Makefile')
-rw-r--r-- | www/ruby-padrino-gen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ruby-padrino-gen/Makefile b/www/ruby-padrino-gen/Makefile index 92e108d0ffe..471b97ff1af 100644 --- a/www/ruby-padrino-gen/Makefile +++ b/www/ruby-padrino-gen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/02/11 14:31:55 taca Exp $ +# $NetBSD: Makefile,v 1.2 2015/12/13 15:52:14 taca Exp $ DISTNAME= padrino-gen-${RUBY_PADRINO_VERS} CATEGORIES= www @@ -11,7 +11,7 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-padrino-core>=${RUBY_PADRINO_VERS}:../../www/ruby-padrino-core DEPENDS+= ${RUBY_PKGPREFIX}-bundler>=1.0<2:../../misc/ruby-bundler -CONFLICTS+= ruby[1-9][0-9][0-9]-padrino-gen-[0-9]* +RUBYGEM_OPTIONS+= --format-executable .include "../../www/ruby-padrino/Makefile.common" .include "../../lang/ruby/gem.mk" |