aboutsummaryrefslogtreecommitdiffstats
path: root/databases/rubygem-activemodel4/Makefile
blob: 7d931182fdffd3f66a0528c92c55389d30b93301 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$

PORTNAME=   activemodel
PORTVERSION=    4.1.6
PORTREVISION=   2
CATEGORIES= databases rubygems
MASTER_SITES=   RG
PKGNAMESUFFIX=  4

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

LICENSE=    MIT

RUN_DEPENDS=    rubygem-activesupport4>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport4 \
        rubygem-builder32>=3.2.2:${PORTSDIR}/devel/rubygem-builder32

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>