freebsd-ports/devel/rubygem-notify/Makefile
Koichiro Iwao 853c80c70a Update MAINTAINER to my new FreBSD.org account
also update my email address in "Created by:" field.

Approved by:	hrs (mentor)
2018-03-20 06:16:18 +00:00

21 lines
322 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@FreeBSD.org
COMMENT= Desktop notify for many platform
LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/notify
.include <bsd.port.mk>