18 lines
378 B
Makefile
18 lines
378 B
Makefile
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= active_scaffold
|
|
PORTVERSION= 3.3.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= A gem to handle all CRUD user interface needs
|
|
|
|
RUN_DEPENDS= rubygem-rails>=3.2.0:${PORTSDIR}/www/rubygem-rails
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|