mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
- Update RUN_DEPENDS: use Rails 8.0 Changes: https://github.com/smartinez87/exception_notification/blob/master/CHANGELOG.rdoc
20 lines
469 B
Makefile
20 lines
469 B
Makefile
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>
|