blob: 8e1190c3249f21146d30393fa3fdee891980e71f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.10 2021/12/19 06:31:44 taca Exp $
DISTNAME= arel-helpers-2.14.0
CATEGORIES= databases
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/camertron/arel-helpers
COMMENT= Tools to help construct database queries
LICENSE= mit
DEPENDS+= ${RUBY_ACTIVERECORD_DEPENDS}
USE_LANGUAGES= # none
RUBY_RAILS_ACCEPTED= # empty
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
|