blob: df1b819d58a20da4a892335664dad3d8e582c3a4 (
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.0
CATEGORIES= mail rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Exception notification for Rails apps
WWW= https://github.com/smartinez87/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>
|