pkgsrc/devel/ruby-shoulda-matchers/Makefile
taca bfc85b55aa devel/ruby-shoulda-matchers: update to 4.5.1
4.5.1 - 2021-01-15

Bug fixes
* Update belongs_to to work with composite primary keys. (#1396)
2021-01-26 15:28:22 +00:00

18 lines
460 B
Makefile

# $NetBSD: Makefile,v 1.17 2021/01/26 15:28:22 taca Exp $
DISTNAME= shoulda-matchers-4.5.1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= devel ruby
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://thoughtbot.com/community/
COMMENT= Making tests easy on the fingers and eyes
LICENSE= mit
DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
USE_LANGUAGES= # none
RUBY_RAILS_ACCEPTED= # defined
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"