mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
22 lines
427 B
Makefile
22 lines
427 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= activemodel
|
|
PORTVERSION= 3.2.22.2
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Toolkit for building modeling frameworks
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-activesupport>=${PORTVERSION}:devel/rubygem-activesupport \
|
|
rubygem-builder>=3.0.0:devel/rubygem-builder
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|