1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/databases/py-pylibmc/Makefile
Li-Wen Hsu 3dcbf0e242 - Restrict Python version to 2.5+
PR:		ports/149252
Submitted by:	glarkin
Approved by:	Gea-Suan Lin <gslin AT gslin.org> (maintainer)
2010-08-04 06:09:50 +00:00

24 lines
491 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.1.1
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= 2.5+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>