aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-activeresource/Makefile
blob: 50d7ca0f0d9d20c41348de83e2f93a661b8821f3 (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
24
25
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$

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

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

LICENSE=    MIT

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

NO_ARCH=    yes

USE_RUBY=   yes
USES=       gem

DEPRECATED= Upstream support ended
EXPIRATION_DATE=    2017-01-07

.include <bsd.port.mk>