27 lines
686 B
Makefile
27 lines
686 B
Makefile
# Created by: Johannes Meixner <johannes@perceivon.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= actionmailer
|
|
PORTVERSION= 4.2.11
|
|
CATEGORIES= mail rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 4
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Easy email delivery and testing for Ruby
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-actionpack4>=${PORTVERSION}:www/rubygem-actionpack4 \
|
|
rubygem-actionview4>=${PORTVERSION}:devel/rubygem-actionview4 \
|
|
rubygem-activejob4>=${PORTVERSION}:devel/rubygem-activejob4 \
|
|
rubygem-mail>=2.6.1:mail/rubygem-mail \
|
|
rubygem-rails-dom-testing1>=1.0.5:textproc/rubygem-rails-dom-testing1
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|