freebsd-ports/devel/rubygem-activesupport/Makefile
Alexander Logvinov ef6ff398c8 - Add dependency on converters/ruby-iconv
PR:		ports/139379
Submitted by:	myself
Approved by:	maintainer (pgollucci via ports@ maillist)
2009-11-03 17:37:51 +00:00

21 lines
467 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.4
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RF
MAINTAINER= pgollucci@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>