freebsd-ports/mail/rubygem-exception_notification/Makefile
Sunpoet Po-Chuan Hsieh f75e51c9c7 - Add LICENSE
2014-08-28 16:24:42 +00:00

21 lines
479 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= exception_notification
PORTVERSION= 4.0.1
CATEGORIES= mail rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Exception notification for Rails apps
LICENSE= MIT
RUN_DEPENDS= rubygem-actionmailer>=3.0.4:${PORTSDIR}/mail/rubygem-actionmailer \
rubygem-activesupport>=3.0.4:${PORTSDIR}/devel/rubygem-activesupport
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>