2005-07-20 16:00:55 +02:00
|
|
|
# Ports collection makefile for: gem-actionmailer
|
|
|
|
# Date created: 27 May 2005
|
2005-07-21 01:41:19 +02:00
|
|
|
# Whom: Jonathan Weiss (<jw@innerewut.de>)
|
2005-07-20 16:00:55 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= actionmailer
|
2009-09-10 19:16:49 +02:00
|
|
|
PORTVERSION= 2.3.4
|
2006-01-21 21:25:07 +01:00
|
|
|
CATEGORIES= mail rubygems
|
2009-04-09 02:11:47 +02:00
|
|
|
MASTER_SITES= RF
|
2005-07-20 16:00:55 +02:00
|
|
|
|
2009-05-29 00:04:27 +02:00
|
|
|
MAINTAINER= pgollucci@FreeBSD.org
|
2005-07-20 16:00:55 +02:00
|
|
|
COMMENT= Easy email delivery and testing for Ruby
|
|
|
|
|
2009-07-25 00:43:51 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/actionpack-${PORTVERSION}.gemspec:${PORTSDIR}/www/rubygem-actionpack
|
2005-07-20 16:00:55 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-02-14 02:03:48 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-04-06 10:58:21 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|