aboutsummaryrefslogtreecommitdiffstats
path: root/databases/rubygem-activemodel/Makefile
blob: 4d2017731cd4c3f5cf5794974ac191432bdf632c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=   activemodel
PORTVERSION=    3.2.13
CATEGORIES= databases rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    A toolkit for building modeling frameworks

RUN_DEPENDS=    rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \
        rubygem-builder>=3.0.0:${PORTSDIR}/devel/rubygem-builder

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

NO_STAGE=   yes
.include <bsd.port.mk>