freebsd-ports/devel/rubygem-activesupport/Makefile
Bryan Drewery c93cda9208 - Update to 3.2.13 to fix security vulnerabilities
- Update rubygem-mail to 2.5.3 as rubygem-actionmailer-3.2.13 requires it

PR:		ports/177709
Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr>
With hat:	ruby
Approved by:	portmgr (implicit)
Reviewed by:	miwi
Security:	db0c4b00-a24c-11e2-9601-000d601460a4
2013-04-11 11:30:00 +00:00

23 lines
511 B
Makefile

# Created by: Jonathan Weiss (<jw@innerewut.de>)
# $FreeBSD$
PORTNAME= activesupport
PORTVERSION= 3.2.13
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>