pkgsrc/devel/ruby-test-unit-notify/Makefile
obache 1561c2b42c Update ruby-test-unit-notify to 1.0.3.
# News

## 1.0.3 - 2014-08-03 {#version-1-0-3}

### Improvements

* Supported OS X native notification system via
  [terminal-notifier](https://github.com/alloy/terminal-notifier).
  It requires OS X 10.8 or later.
  [GitHub#4][Patch by cosmo0920]

### Thanks

* cosmo0920
2014-08-03 12:52:35 +00:00

16 lines
439 B
Makefile

# $NetBSD: Makefile,v 1.3 2014/08/03 12:52:35 obache Exp $
DISTNAME= test-unit-notify-1.0.3
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"