1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/devel/rubygem-spring/Makefile
2017-01-22 14:38:20 +00:00

24 lines
416 B
Makefile

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