blob: 59f0fee4cc0a694f90ebea15ae2c6d3a4af90f44 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= exception_notification
PORTVERSION= 5.0.1
CATEGORIES= mail rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Exception notification for Rails apps
WWW= https://github.com/kmcphillips/exception_notification
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-actionmailer80>=7.1<9:mail/rubygem-actionmailer80 \
rubygem-activesupport80>=7.1<9:devel/rubygem-activesupport80
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|