blob: 195c64396a1058169329153273b202a149924f00 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= uniform_notifier
PORTVERSION= 1.18.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Uniform notifier for rails logger and various notification methods
WWW= https://github.com/flyerhzm/uniform_notifier
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|