freebsd-ports/devel/rubygem-notify/Makefile
Sunpoet Po-Chuan Hsieh 6af162dd96 - Update to 0.5.2
- 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)
2013-06-23 13:45:53 +00:00

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>