freebsd-ports/devel/rubygem-spring/Makefile
Sunpoet Po-Chuan Hsieh e900df8c8d Update to 2.1.0
- Take maintainership

Changes:	https://github.com/rails/spring/blob/master/CHANGELOG.md
2019-08-11 17:10:07 +00:00

22 lines
349 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= spring
PORTVERSION= 2.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Rails application preloader
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/spring
.include <bsd.port.mk>