2027006c5b
Changes: https://github.com/rails/spring/releases https://github.com/rails/spring/blob/main/CHANGELOG.md
20 lines
327 B
Makefile
20 lines
327 B
Makefile
PORTNAME= spring
|
|
PORTVERSION= 4.1.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Rails application preloader
|
|
WWW= https://github.com/rails/spring
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/spring
|
|
|
|
.include <bsd.port.mk>
|