pkgsrc/devel/ruby-test-unit-notify/Makefile
obache 68a6d035ed Update ruby-test-unit-notify to 1.0.4.
## 1.0.4 - 2014-10-13 {#version-1-0-4}

### Improvements

* terminal-notifier: Supported icon.
  [GitHub#5][Patch by Yuichi NANSAI]

### Thanks

* Yuichi NANSAI
2014-11-07 11:08:12 +00:00

16 lines
439 B
Makefile

# $NetBSD: Makefile,v 1.4 2014/11/07 11:08:12 obache Exp $
DISTNAME= test-unit-notify-1.0.4
CATEGORIES= devel
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://test-unit.rubyforge.org/
COMMENT= Test result notify extension for Ruby Test::Util
LICENSE= gnu-lgpl-v2.1 # or later
DEPENDS+= ${RUBY_PKGPREFIX}-test-unit>=2.4.9:../../devel/ruby-test-unit
USE_LANGUAGES= # empty
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"