ef6ff398c8
PR: ports/139379 Submitted by: myself Approved by: maintainer (pgollucci via ports@ maillist)
21 lines
467 B
Makefile
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>
|