1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/mail/rubygem-actionmailer/Makefile
Steve Wills 4eb1ddd3eb - Update rails and friend to 3.2.19
Security:	CVE-2014-3482
Security:	CVE-2014-3483
2014-07-02 23:26:38 +00:00

22 lines
460 B
Makefile

# Created by: Jonathan Weiss (<jw@innerewut.de>)
# $FreeBSD$
PORTNAME= actionmailer
PORTVERSION= 3.2.19
CATEGORIES= mail rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Easy email delivery and testing for Ruby
LICENSE= MIT
RUN_DEPENDS= rubygem-actionpack>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack \
rubygem-mail>=2.5.4:${PORTSDIR}/mail/rubygem-mail
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>