2006-01-29 12:57:23 +01:00
|
|
|
# Ports collection makefile for: rubygem-memchache-client
|
|
|
|
# Date created: 26 January 2006
|
|
|
|
# Whom: Jonathan Weiss (<jw@innerewut.de>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= memcache-client
|
2007-09-20 08:05:19 +02:00
|
|
|
PORTVERSION= 1.5.0
|
2006-01-29 12:57:23 +01:00
|
|
|
CATEGORIES= databases rubygems
|
2006-08-08 13:35:27 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
2007-09-20 08:05:19 +02:00
|
|
|
MASTER_SITE_SUBDIR= seattlerb
|
2006-01-29 12:57:23 +01:00
|
|
|
|
|
|
|
MAINTAINER= jw@innerewut.de
|
|
|
|
COMMENT= Ruby bindings for MemCached
|
|
|
|
|
2006-12-05 21:34:57 +01:00
|
|
|
BUILD_DEPENDS= rake:${PORTSDIR}/devel/rubygem-rake \
|
2007-09-20 08:05:19 +02:00
|
|
|
rubygem-zentest>=3.4.2:${PORTSDIR}/devel/rubygem-zentest \
|
|
|
|
rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe
|
2006-12-05 21:34:57 +01:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2006-01-29 12:57:23 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
|
|
|
.include <bsd.port.post.mk>
|