2006-12-20 01:48:38 +01: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 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}
|
|
|
|
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
|
|
COMMENT= A Yadis Service discovery library written in pure Ruby
|
|
|
|
|
|
|
|
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>
|