ports/devel/rubygem-strong_migrations/Makefile
2017-10-19 17:41:39 +00:00

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>