freebsd-ports/databases/py-pylibmc/Makefile
Martin Wilke 80d634d961 - Update 1.2.3
PR:		169881
Submitted by:	Maintainer
2012-08-05 08:22:52 +00:00

25 lines
505 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.2.3
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= gslin@gslin.org
COMMENT= Python libmemcached wrapper
LICENSE= BSD
LIB_DEPENDS= memcached:${PORTSDIR}/databases/libmemcached
MAKE_ENV+= LIBMEMCACHED="${LOCALBASE}"
USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>