blob: 83bc348718998fd18e0851464dd9daab3b73757a (
plain) (
tree)
|
|
# New ports collection makefile for: rubygem-notify
# Date created: 2010-05-01
# Whom: ports@c0decafe.net <ports@c0decafe.net>
#
# $FreeBSD$
#
PORTNAME= notify
PORTVERSION= 0.2.1
CATEGORIES= devel rubygems
MASTER_SITES= http://rubygems.org/downloads/ \
http://production.cf.rubygems.org/gems/
MAINTAINER= ports@c0decafe.net
COMMENT= Provides notification functionalities on cross platforms
FETCH_ARGS= -pRr
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|