mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
25609c72f2
PR: ports/68334 Submitted by: michael johnson <ahze at ahze dot net>
24 lines
534 B
Makefile
24 lines
534 B
Makefile
# New ports collection makefile for: py-memcached
|
|
# Date created: 2004-04-16
|
|
# Whom: michael johnson <ahze@ahze.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= memcached
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= http://www.danga.com/memcached/dist/
|
|
PKGNAMEPREFIX= py-
|
|
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Python API for memcached, a distributed memory cache daemon
|
|
|
|
RUN_DEPENDS= memcached:${PORTSDIR}/databases/memcached
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
.include <bsd.port.mk>
|