aboutsummaryrefslogtreecommitdiff
path: root/mail/rubygem-actionmailer4/Makefile
blob: cf5bd7bfeef60c3c338c29b620108b270f485477 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PORTNAME=	actionmailer
PORTVERSION=	4.2.11.3
CATEGORIES=	mail rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	4

MAINTAINER=	sunpoet@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.5.4,2<3,2:mail/rubygem-mail \
		rubygem-rails-dom-testing1>=1.0.5<2:textproc/rubygem-rails-dom-testing1

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

PORTSCOUT=	limit:^4\.2\.

.include <bsd.port.mk>