freebsd-ports/devel/rubygem-active_scaffold/Makefile
Ryan Steinmetz 6507052ecf New port: devel/rubygem-active_scaffold:
Save time and headaches, and create a more easily maintainable set of pages,
with ActiveScaffold. ActiveScaffold handles all your CRUD (create, read,
update, delete) user interface needs, leaving you more time to focus on more
challenging (and interesting!) problems.

WWW: https://rubygems.org/gems/active_scaffold
2013-03-17 20:56:19 +00:00

18 lines
379 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= active_scaffold
PORTVERSION= 3.2.19
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.1.3:${PORTSDIR}/www/rubygem-rails
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>