forked from Lainports/freebsd-ports
- Add LICENSE Changes: https://github.com/activescaffold/active_scaffold/blob/master/CHANGELOG
20 lines
392 B
Makefile
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>
|