2005-07-20 15:50:25 +02:00
|
|
|
# Ports collection makefile for: gem-activesupport
|
|
|
|
# Date created: 27 May 2005
|
2005-07-21 01:30:44 +02:00
|
|
|
# Whom: Jonathan Weiss (<jw@innerewut.de>)
|
2005-07-20 15:50:25 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= activesupport
|
2010-11-23 08:20:31 +01:00
|
|
|
PORTVERSION= 3.0.3
|
2006-01-21 21:25:07 +01:00
|
|
|
CATEGORIES= devel rubygems
|
2010-05-26 08:00:54 +02:00
|
|
|
MASTER_SITES= RG
|
2005-07-20 15:50:25 +02:00
|
|
|
|
2010-04-28 00:55:23 +02:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2005-07-20 15:50:25 +02:00
|
|
|
COMMENT= Utility classes and extension that are required by Rails MVC Framework
|
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-02-13 23:50:49 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-04-06 10:58:21 +02:00
|
|
|
|
2010-09-02 04:43:28 +02:00
|
|
|
USE_RUBY_FEATURES= iconv
|
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
.include <bsd.port.mk>
|