freebsd-ports/devel/rubygem-activesupport/Makefile
Xin LI 0a6a082939 Update Rails to 3.0.10.
Submitted by:	Alexander Kriventsov <avk vl.ru>
PR:		ports/159906
Security:	be77eff6-ca91-11e0-aea3-00215c6a37bb
2011-08-19 23:28:41 +00:00

21 lines
448 B
Makefile

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