Submitted by: Alexander Kriventsov <avk vl.ru> PR: ports/159906 Security: be77eff6-ca91-11e0-aea3-00215c6a37bb
21 lines
448 B
Makefile
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>
|