- 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
20 lines
474 B
Makefile
20 lines
474 B
Makefile
# Created by: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= activemodel
|
|
PORTVERSION= 3.2.13
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= A toolkit for building modeling frameworks
|
|
|
|
RUN_DEPENDS= rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \
|
|
rubygem-builder>=3.0.0:${PORTSDIR}/devel/rubygem-builder
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|