1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/databases/py-umemcache/Makefile
Kubilay Kocak d95c946543 Update MAINTAINER address for all my ports. While I'm here,
standardise and canonicalise Makefile header format and contents.

Approved by:	eadler (mentor)
2013-02-09 14:50:27 +00:00

23 lines
460 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= umemcache
PORTVERSION= 1.6
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Memcache client written in highly optimized C++ with Python bindings
LICENSE= BSD
USE_DOS2UNIX= yes
USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
USE_ZIP= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/umemcache.so
.include <bsd.port.mk>