mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 06:00:30 -04:00
18 lines
367 B
Makefile
18 lines
367 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= devise-async
|
|
PORTVERSION= 0.8.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Send Devise's emails in background
|
|
|
|
RUN_DEPENDS= rubygem-devise>=2.2:${PORTSDIR}/devel/rubygem-devise
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|