freebsd-ports/devel/rubygem-active_scaffold/Makefile
2015-05-31 19:25:52 +00:00

20 lines
394 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= active_scaffold
PORTVERSION= 3.4.21.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Gem to handle all CRUD user interface needs
LICENSE= MIT
RUN_DEPENDS= rubygem-rails>=3.2.18:${PORTSDIR}/www/rubygem-rails
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>