2009-11-25 17:15:17 +01:00
|
|
|
# New ports collection makefile for: py-pylibmc
|
|
|
|
# Date created: 2009-11-25
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pylibmc
|
2012-01-14 20:12:11 +01:00
|
|
|
PORTVERSION= 1.2.2
|
2012-04-13 19:48:18 +02:00
|
|
|
PORTREVISION= 2
|
2009-11-25 17:15:17 +01:00
|
|
|
CATEGORIES= databases python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
|
|
COMMENT= Python libmemcached wrapper
|
|
|
|
|
|
|
|
LIB_DEPENDS= memcached:${PORTSDIR}/databases/libmemcached
|
|
|
|
|
2010-04-03 21:42:53 +02:00
|
|
|
MAKE_ENV+= LIBMEMCACHED="${LOCALBASE}"
|
2010-08-04 08:09:50 +02:00
|
|
|
USE_PYTHON= 2.5+
|
2009-11-25 17:15:17 +01:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|