freebsd-ports/devel/rubygem-notify/Makefile
Philip M. Gollucci a6e4b0973e - Update to 0.3.0
PR:             ports/151050
Submitted by:   myself (pgollucci)
Approved by:    ports@c0decafe.net (maintainer)
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-09-30 00:58:37 +00:00

21 lines
431 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.3.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ports@c0decafe.net
COMMENT= Provides notification functionalities on cross platforms
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/notify
.include <bsd.port.mk>