forked from Lainports/freebsd-ports
www/rubygem-rails [2]
devel/rubygem-activesupport [5]
databases/rubygem-activerecord
mail/rubygem-actionmailer [4]
www/rubygem-actionpack [3]
www/rubygem-activeresource [1]
PRs: ports/133523 [1], ports/133525 [2], ports/133522 [3]
ports/133518 [4], ports/133516 [5], ports/133504 [6]
Approved by: maintainer timeout (2 weeks 1 day) [1-6]
Submitted by: me [1-6]
Tested by: RidCharge Inc. Tinderbox
Sponsored by: RideCharge Inc.
22 lines
518 B
Makefile
22 lines
518 B
Makefile
# Ports collection makefile for: gem-actionmailer
|
|
# Date created: 27 May 2005
|
|
# Whom: Jonathan Weiss (<jw@innerewut.de>)
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= actionmailer
|
|
PORTVERSION= 2.3.2
|
|
CATEGORIES= mail rubygems
|
|
MASTER_SITES= RF
|
|
|
|
MAINTAINER= jw@innerewut.de
|
|
COMMENT= Easy email delivery and testing for Ruby
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/actionpack-2.3.2.gemspec:${PORTSDIR}/www/rubygem-actionpack
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|