a6e4b0973e
PR: ports/151050 Submitted by: myself (pgollucci) Approved by: ports@c0decafe.net (maintainer) Sponsored by: RideCharge Inc. / TaxiMagic
21 lines
431 B
Makefile
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>
|