6af162dd96
- Add LICENSE - Update COMMENT Changes: https://github.com/jugyo/notify/commits/master PR: ports/179860 Submitted by: sunpoet (myself) Approved by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
20 lines
341 B
Makefile
20 lines
341 B
Makefile
# 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
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/notify
|
|
|
|
.include <bsd.port.mk>
|