e189630a44
PR: ports/106374 Submitted by: Jonathan Weiss<jw@innerewut.de> (maintainer)
22 lines
595 B
Makefile
22 lines
595 B
Makefile
# Ports collection makefile for: rubygem-memchache-client
|
|
# Date created: 26 January 2006
|
|
# Whom: Jonathan Weiss (<jw@innerewut.de>)
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= memcache-client
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
|
MASTER_SITE_SUBDIR= rctools
|
|
|
|
MAINTAINER= jw@innerewut.de
|
|
COMMENT= Ruby bindings for MemCached
|
|
|
|
BUILD_DEPENDS= rake:${PORTSDIR}/devel/rubygem-rake \
|
|
sow:${PORTSDIR}/devel/rubygem-hoe
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
|
.include <bsd.port.post.mk>
|