09921add6f
- Fix maintainer's email address Submitted by: Jonathan Weiss <jw@innerewut.de> (maintainer)
20 lines
586 B
Makefile
20 lines
586 B
Makefile
# Ports collection makefile for: gem-actionmailer
|
|
# Date created: 27 May 2005
|
|
# Whom: Jonathan Weiss (<jw@innerewut.de>)
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= actionmailer
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= mail ruby
|
|
MASTER_SITES= http://rubyforge.org/frs/download.php/5169/
|
|
|
|
MAINTAINER= jw@innerewut.de
|
|
COMMENT= Easy email delivery and testing for Ruby
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/actionpack-1.9.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>
|