blob: ab6676dab67e1ae2d1a1233b5f80df0ebc6d98aa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= ruby-growl
PORTVERSION= 4.1
PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Pure-ruby growl notifier
LICENSE= BSD3CLAUSE
RUN_DEPENDS= rubygem-uuid>=2.3.5:devel/rubygem-uuid
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/growl
.include <bsd.port.mk>
|