2013-09-21 00:10:23 +02:00
|
|
|
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
2006-12-20 01:48:38 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= yadis
|
2007-02-02 08:25:49 +01:00
|
|
|
PORTVERSION= 0.3.4
|
2006-12-20 01:48:38 +01:00
|
|
|
CATEGORIES= net rubygems
|
2010-06-10 05:20:30 +02:00
|
|
|
MASTER_SITES= RG
|
2006-12-20 01:48:38 +01:00
|
|
|
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2010-12-07 20:19:15 +01:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2014-07-10 14:13:11 +02:00
|
|
|
COMMENT= Yadis Service discovery library written in pure Ruby
|
2006-12-20 01:48:38 +01:00
|
|
|
|
|
|
|
USE_RUBY= yes
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBYGEMS= yes
|
2006-12-20 01:48:38 +01:00
|
|
|
GEM_NAME= ${DISTNAME}
|
2009-02-14 02:31:15 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2006-12-20 01:48:38 +01:00
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
.include <bsd.port.mk>
|