mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
devel/rubygem-strong_migrations: Adding these new ports, because they are required by net-im/mastodon. https://github.com/reinh/statsd https://www.github.com/localshred/nsa https://github.com/ankane/strong_migrations
20 lines
332 B
Makefile
20 lines
332 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= strong_migrations
|
|
PORTVERSION= 0.1.9
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Catch unsafe migrations at dev time
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-activerecord5>=5.1.4:databases/rubygem-activerecord5
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|