summaryrefslogtreecommitdiff
path: root/devel/rubygem-notify/Makefile
blob: e04fac7049c41e6b10affde33395e65b391fb310 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	notify
PORTVERSION=	0.5.2
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	meta@FreeBSD.org
COMMENT=	Desktop notify for many platform
WWW=		https://github.com/jugyo/notify

LICENSE=	MIT

NO_ARCH=	yes

USES=		gem

PLIST_FILES=	bin/notify

.include <bsd.port.mk>