freebsd-ports/databases/py-pylibmc/Makefile
Li-Wen Hsu 792202c569 - Update to 1.0
PR:		ports/145093
Submitted by:	Gea-Suan Lin <gslin AT gslin.org> (maintainer)
2010-04-03 19:42:53 +00:00

23 lines
488 B
Makefile

# New ports collection makefile for: py-pylibmc
# Date created: 2009-11-25
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= pylibmc
PORTVERSION= 1.0
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= gslin@gslin.org
COMMENT= Python libmemcached wrapper
LIB_DEPENDS= memcached:${PORTSDIR}/databases/libmemcached
MAKE_ENV+= LIBMEMCACHED="${LOCALBASE}"
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>