freebsd-ports/devel/rubygem-active_scaffold/Makefile
2015-05-23 07:14:09 +00:00

20 lines
392 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= active_scaffold
PORTVERSION= 3.4.20
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>