aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-notify/Makefile
blob: 937b9e9c290ea5cbf24df4a1325302ffd0f5885f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: ports@c0decafe.net <ports@c0decafe.net>
# $FreeBSD$

PORTNAME=	notify
PORTVERSION=	0.5.2
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	meta+ports@vmeta.jp
COMMENT=	Desktop notify for many platform

LICENSE=	MIT

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem

PLIST_FILES=	bin/notify

.include <bsd.port.mk>