mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 16:36:28 -04:00
22 lines
552 B
Makefile
22 lines
552 B
Makefile
PORTNAME= active_scaffold
|
|
PORTVERSION= 3.7.3.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Gem to handle all CRUD user interface needs
|
|
WWW= https://github.com/activescaffold/active_scaffold
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-cow_proxy>=0.3<1:devel/rubygem-cow_proxy \
|
|
rubygem-ice_nine>=0.11<1:devel/rubygem-ice_nine \
|
|
rubygem-rails70>=5.2.0:www/rubygem-rails70 \
|
|
rubygem-request_store>=1.3<2:devel/rubygem-request_store
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|