freebsd-ports/mail/rubygem-actionmailer/Makefile
Xin LI 0a6a082939 Update Rails to 3.0.10.
Submitted by:	Alexander Kriventsov <avk vl.ru>
PR:		ports/159906
Security:	be77eff6-ca91-11e0-aea3-00215c6a37bb
2011-08-19 23:28:41 +00:00

22 lines
528 B
Makefile

# Ports collection makefile for: gem-actionmailer
# Date created: 27 May 2005
# Whom: Jonathan Weiss (<jw@innerewut.de>)
#
# $FreeBSD$
PORTNAME= actionmailer
PORTVERSION= 3.0.10
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.2.19:${PORTSDIR}/mail/rubygem-mail
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>