freebsd-ports/www/rubygem-activeresource/Makefile
Steve Wills 53535f4ab2 - Update rails to 3.2.17 [1]
- 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
2014-02-19 03:23:24 +00:00

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>