See [ports/147047 which fixes www/rubygem-innate] - Set rails deps to *exactly* rack 1.1.0 - Pass www/rubygem-activeresource to ruby@ [approved by clsung@ (maintainer) long time ago] - Convert rails & railities from RF -> RG *** Update rails aka www/rubygem-rails to 2.3.8 *** *** note 3.0 has been beta for 3+ months *** PR: ports/146938 Special thanks to: Eric Freeman <freebsdports@chillibear.com> for the Mk/bsd.sites.mk RG patch Sponsored by: RideCharge Inc. / Taxi Magic Tested by: P6 TB rubygems- run and RC TB rubygems- run With Hat: ruby@
20 lines
446 B
Makefile
20 lines
446 B
Makefile
# Ports collection makefile for: gem-activesupport
|
|
# Date created: 27 May 2005
|
|
# Whom: Jonathan Weiss (<jw@innerewut.de>)
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= activesupport
|
|
PORTVERSION= 2.3.8
|
|
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_RUBY_FEATURES= iconv
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|