aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-ruby-growl/Makefile
blob: 4127e9a6ae1f8feaa1dc69d9d883f9c2f369f8e4 (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
25
# 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
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

PLIST_FILES=	bin/growl

.include <bsd.port.mk>