freebsd-ports/devel/rubygem-activesupport/Makefile
Steve Wills b73b27a91a - Update rails and friends to 3.2.8
- Document security issue in 3.2.7 [1]

Submitted by:	bdrewery [1]
Reviewed by:	swills [1]
Security:	31db9a18-e289-11e1-a57d-080027a27dbf
2012-08-10 02:50:53 +00:00

26 lines
592 B
Makefile

# Ports collection makefile for: gem-activesupport
# Date created: 27 May 2005
# Whom: Jonathan Weiss (<jw@innerewut.de>)
#
# $FreeBSD$
PORTNAME= activesupport
PORTVERSION= 3.2.8
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Utility classes and extension that are required by Rails MVC Framework
RUN_DEPENDS= rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \
rubygem-i18n>=0.6:${PORTSDIR}/devel/rubygem-i18n
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
USE_RUBY_FEATURES= iconv
NOPORTDOCS= yes
.include <bsd.port.mk>