freebsd-ports/devel/rubygem-notify/Makefile
Steve Wills 4f0c1f497d - Update to 0.4.0
PR:		ports/170545
Approved by:	ports@c0decafe.net (maintainer-ish)
2012-08-14 23:44:52 +00:00

21 lines
430 B
Makefile

# New ports collection makefile for: rubygem-notify
# Date created: 2010-05-01
# Whom: ports@c0decafe.net <ports@c0decafe.net>
#
# $FreeBSD$
#
PORTNAME= notify
PORTVERSION= 0.4.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ports@FreeBSD.org
COMMENT= Provides notification functionalities on cross platforms
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/notify
.include <bsd.port.mk>