pkgsrc/devel/ruby-rb-fsevent/Makefile
jmmv dbc16d10b7 Initial addition of ruby-rb-fsevent-0.9.7:
Ruby interface to the Mac OS X FSEvents API.
2016-03-03 14:37:46 +00:00

17 lines
420 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/03/03 14:37:46 jmmv Exp $
DISTNAME= rb-fsevent-0.9.7
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/thibaudgg/rb-fsevent
COMMENT= Ruby interface to the Mac OS X FSEvents API
LICENSE= mit
ONLY_FOR_PLATFORM= Darwin-*-*
post-install:
${RM} ${DESTDIR}${PREFIX}/${GEM_LIBDIR}/.gitignore
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"