2009-02-19 07:41:43 +01:00
|
|
|
# Ports collection makefile for: rubygem-activeresource
|
|
|
|
# Date created: 30 Jan 2009
|
|
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= activeresource
|
2012-02-12 03:15:38 +01:00
|
|
|
PORTVERSION= 3.2.1
|
2009-02-19 07:41:43 +01:00
|
|
|
CATEGORIES= www rubygems
|
2010-05-26 08:00:54 +02:00
|
|
|
MASTER_SITES= RG
|
2009-02-19 07:41:43 +01:00
|
|
|
|
2010-05-26 08:00:54 +02:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2009-02-19 07:41:43 +01:00
|
|
|
COMMENT= A coherent wrapper object-relational mapping for REST web services
|
|
|
|
|
2010-09-02 04:43:28 +02:00
|
|
|
RUN_DEPENDS= rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \
|
2011-10-27 05:02:52 +02:00
|
|
|
rubygem-activemodel>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-activemodel
|
2009-02-19 07:41:43 +01:00
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|