1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/devel/rubygem-activesupport/Makefile
Steve Wills f6367da797 - Update to 3.1.3
Feature safe:	yes
2011-11-28 04:30:40 +00:00

24 lines
522 B
Makefile

# Ports collection makefile for: gem-activesupport
# Date created: 27 May 2005
# Whom: Jonathan Weiss (<jw@innerewut.de>)
#
# $FreeBSD$
PORTNAME= activesupport
PORTVERSION= 3.1.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Utility classes and extension that are required by Rails MVC Framework
RUN_DEPENDS= rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
USE_RUBY_FEATURES= iconv
.include <bsd.port.mk>