mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
614f70eaf1
rubygems.org (RG) doesn't do redirects. With Hat: ruby@
21 lines
407 B
Makefile
21 lines
407 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.2.1
|
|
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
|
|
|
|
.include <bsd.port.mk>
|