blob: 86132145a8e588664ba69095ee0a9cf1bb8fd2bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: memcached
# Date created: July 21, 2003
# Whom: Sean Chittenden <seanc@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= memcached
PORTVERSION= 1.1.8
CATEGORIES= databases
MASTER_SITES= http://www.danga.com/memcached/dist/
MAINTAINER= seanc@FreeBSD.org
COMMENT= High-performance distributed memory object cache system
BUILD_DEPENDS+= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent
PLIST_FILES= bin/memcached
USE_AUTOMAKE=YES
WANT_AUTOCONF_VER=253
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-libevent=${LOCALBASE}
.include <bsd.port.mk>
|