pkgsrc/sysutils/ruby-listen/Makefile
dholland eb3d5c8ffb Says it doesn't support ruby18 if you try to build it, so mark it
accordingly.

(Is there any reason there isn't there a RUBY_VERSIONS_INCOMPATIBLE
variable like we have for python and lua and in other similar
situations?)
2014-06-28 23:05:12 +00:00

15 lines
378 B
Makefile

# $NetBSD: Makefile,v 1.2 2014/06/28 23:05:12 dholland Exp $
DISTNAME= listen-2.7.5
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= sysutils
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${MASTER_SITE_RUBYGEMS:=listen/}
COMMENT= Listen to file modifications
LICENSE= mit
RUBY_VERSION_SUPPORTED= 193 200 21
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"