aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-activeresource/Makefile
blob: d9e08eb7781e73fc31a940598d6c41af021df332 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Ports collection makefile for:    rubygem-activeresource
# Date created:             30 Jan 2009
# Whom:                 Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$

PORTNAME=   activeresource
PORTVERSION=    3.1.3
CATEGORIES= www rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    A coherent wrapper object-relational mapping for REST web services

RUN_DEPENDS=    rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \
        rubygem-activemodel>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-activemodel

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>