21 lines
325 B
Makefile
21 lines
325 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
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/notify
|
|
|
|
.include <bsd.port.mk>
|