53535f4ab2
- Update polyglot to 0.3.4 since rails wants the newer version - Update redmine to use new rails Security: CVE-2014-0080 [1] Security: CVE-2014-0081 [1] Security: CVE-2014-0082 [1] MFH: 2014Q1
19 lines
509 B
Makefile
19 lines
509 B
Makefile
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= activeresource
|
|
PORTVERSION= 3.2.17
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Coherent wrapper object-relational mapping for REST web services
|
|
|
|
RUN_DEPENDS= rubygem-activemodel>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-activemodel \
|
|
rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|