eb3d5c8ffb
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?)
15 lines
378 B
Makefile
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"
|