21 lines
352 B
Makefile
21 lines
352 B
Makefile
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>
|