mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
31 lines
818 B
Makefile
31 lines
818 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= actionmailbox
|
|
PORTVERSION= 6.0.3.2
|
|
CATEGORIES= mail rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 60
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Receive and process incoming emails in Rails applications
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-actionpack60>=${PORTVERSION}:www/rubygem-actionpack60 \
|
|
rubygem-activejob60>=${PORTVERSION}:devel/rubygem-activejob60 \
|
|
rubygem-activerecord60>=${PORTVERSION}:databases/rubygem-activerecord60 \
|
|
rubygem-activestorage60>=${PORTVERSION}:net/rubygem-activestorage60 \
|
|
rubygem-activesupport60>=${PORTVERSION}:devel/rubygem-activesupport60 \
|
|
rubygem-mail>=2.7.1,2:mail/rubygem-mail
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^6\.0\.
|
|
|
|
.include <bsd.port.mk>
|