blob: 3ec45a5065f9c6abe5ba41a7ecf6048491154a6d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= ruby-growl
PORTVERSION= 4.1
PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Pure-ruby growl notifier
WWW= https://github.com/drbrain/ruby-growl
LICENSE= BSD3CLAUSE
RUN_DEPENDS= rubygem-uuid>=2.3.5:devel/rubygem-uuid
NO_ARCH= yes
USES= gem
PLIST_FILES= bin/growl
.include <bsd.port.mk>
|