2006-12-20 00:48:38 +00:00
|
|
|
# New ports collection makefile for: yadis
|
|
|
|
# Date created: Dec 19, 2006
|
|
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= yadis
|
2007-02-02 07:25:49 +00:00
|
|
|
PORTVERSION= 0.3.4
|
2006-12-20 00:48:38 +00:00
|
|
|
CATEGORIES= net rubygems
|
2010-06-10 03:20:30 +00:00
|
|
|
MASTER_SITES= RG
|
2006-12-20 00:48:38 +00:00
|
|
|
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2010-12-07 19:19:15 +00:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2006-12-20 00:48:38 +00:00
|
|
|
COMMENT= A Yadis Service discovery library written in pure Ruby
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
2008-04-06 08:58:21 +00:00
|
|
|
USE_RUBYGEMS= yes
|
2006-12-20 00:48:38 +00:00
|
|
|
GEM_NAME= ${DISTNAME}
|
2009-02-14 01:31:15 +00:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2006-12-20 00:48:38 +00:00
|
|
|
|
2008-04-06 08:58:21 +00:00
|
|
|
.include <bsd.port.mk>
|