mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
c93cda9208
- 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
446 B
Makefile
20 lines
446 B
Makefile
# Created by: Jonathan Weiss (<jw@innerewut.de>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= actionmailer
|
|
PORTVERSION= 3.2.13
|
|
CATEGORIES= mail rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Easy email delivery and testing for Ruby
|
|
|
|
RUN_DEPENDS= rubygem-actionpack>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack \
|
|
rubygem-mail>=2.4.4:${PORTSDIR}/mail/rubygem-mail
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|