mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
21 lines
373 B
Makefile
21 lines
373 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD: head/devel/rubygem-spring/Makefile 508656 2019-08-11 17:10:07Z sunpoet $
|
|
|
|
PORTNAME= spring
|
|
PORTVERSION= 2.1.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Rails application preloader
|
|
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/spring
|
|
|
|
.include <bsd.port.mk>
|