freebsd-ports/mail/rubygem-actionmailer/Makefile
Pav Lucistnik 3ddc49f5e5 - Update the ruby on rails suite to 1.1.2
PR:		ports/95688
Submitted by:	Jonathan Weiss <jw@innerewut.de> (maintainer)
2006-04-25 20:35:51 +00:00

20 lines
591 B
Makefile

# Ports collection makefile for: gem-actionmailer
# Date created: 27 May 2005
# Whom: Jonathan Weiss (<jw@innerewut.de>)
#
# $FreeBSD$
PORTNAME= actionmailer
PORTVERSION= 1.2.1
CATEGORIES= mail rubygems
MASTER_SITES= http://rubyforge.org/frs/download.php/9571/
MAINTAINER= jw@innerewut.de
COMMENT= Easy email delivery and testing for Ruby
BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/actionpack-1.12.1.gemspec:${PORTSDIR}/www/rubygem-actionpack
RUN_DEPENDS= ${BUILD_DEPENDS}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>