pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ruby-ronn: add RUBY_VERSION_SUPPORTED



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Mon Oct 19 23:58:48 2015 +0200
Changeset:	08bb774d9f0ca42ec08afa7e4ec30979b3a0dae3

Modified Files:
	ruby-ronn/Makefile

Log Message:
ruby-ronn: add RUBY_VERSION_SUPPORTED

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=08bb774d9f0ca42ec08afa7e4ec30979b3a0dae3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ruby-ronn/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/ruby-ronn/Makefile b/ruby-ronn/Makefile
index 27da27d..43509ce 100644
--- a/ruby-ronn/Makefile
+++ b/ruby-ronn/Makefile
@@ -13,6 +13,8 @@ DEPENDS+=	${RUBY_PKGPREFIX}-hpricot-[0-9]*:../../textproc/ruby-hpricot
 DEPENDS+=	${RUBY_PKGPREFIX}-mustache-[0-9]*:../../wip/ruby-mustache
 DEPENDS+=	${RUBY_PKGPREFIX}-rdiscount-[0-9]*:../../wip/ruby-rdiscount
 
+RUBY_VERSION_SUPPORTED=		200 21 # ruby-mustache
+
 INSTALLATION_DIRS+=		${PKGMANDIR}/man1/ ${PKGMANDIR}/man7/
 
 post-install:


Home | Main Index | Thread Index | Old Index