opnsense-ports/mail/rubygem-exception_notification/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

20 lines
469 B
Makefile

PORTNAME= exception_notification
PORTVERSION= 4.5.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-actionmailer52>=5.2<8:mail/rubygem-actionmailer52 \
rubygem-activesupport52>=5.2<8:devel/rubygem-activesupport52
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>