mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
27 lines
786 B
Makefile
27 lines
786 B
Makefile
# Created by: Johannes Meixner <johannes@perceivon.net>
|
|
# $FreeBSD: head/mail/rubygem-actionmailer52/Makefile 510448 2019-08-31 21:58:37Z sunpoet $
|
|
|
|
PORTNAME= actionmailbox
|
|
PORTVERSION= 6.0.1
|
|
CATEGORIES= mail rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Receive and process incoming emails in Rails applications
|
|
|
|
|
|
RUN_DEPENDS= rubygem-activesupport>=${PORTVERSION}:rails6/rubygem-activesupport \
|
|
rubygem-actionpack>=${PORTVERSION}:rails6/rubygem-actionpack \
|
|
rubygem-activerecord>=${PORTVERSION}:rails6/rubygem-activerecord \
|
|
rubygem-actionview>=${PORTVERSION}:rails6/rubygem-actionview \
|
|
rubygem-activejob>=${PORTVERSION}:rails6/rubygem-activejob \
|
|
rubygem-mail>=2.5.4:ruby/rubygem-mail
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
.include <bsd.port.mk>
|