aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-notify/Makefile
blob: 0512fafef229009749c53f7d2b521d5604e91421 (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:autoplist

PLIST_FILES=    bin/notify

.include <bsd.port.mk>