freebsd-ports/www/rubygem-activeresource/Makefile
Steve Wills 4eb1ddd3eb - Update rails and friend to 3.2.19
Security:	CVE-2014-3482
Security:	CVE-2014-3483
2014-07-02 23:26:38 +00:00

19 lines
509 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= activeresource
PORTVERSION= 3.2.19
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>