4245e52f70
- Add LICENSE Changes: https://github.com/mhfs/devise-async/blob/master/CHANGELOG.md
20 lines
379 B
Makefile
20 lines
379 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= devise-async
|
|
PORTVERSION= 0.9.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Send Devise emails in background
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-devise>=3.2:${PORTSDIR}/devel/rubygem-devise
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|