forked from Lainports/freebsd-ports
- Add NO_ARCH Changes: https://github.com/rails/rails/blob/4-1-stable/actionmailer/CHANGELOG.md
26 lines
608 B
Makefile
26 lines
608 B
Makefile
# Created by: Torsten Zühlsdorff <ports@toco-domains.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= actionmailer
|
|
PORTVERSION= 4.1.13
|
|
CATEGORIES= mail rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 41
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Easy email delivery and testing for Ruby
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-actionpack41>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack41 \
|
|
rubygem-actionview41>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-actionview41 \
|
|
rubygem-mail>=2.5.4:${PORTSDIR}/mail/rubygem-mail
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PORTSCOUT= limit:^4\.1
|
|
|
|
.include <bsd.port.mk>
|