mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
d95c946543
standardise and canonicalise Makefile header format and contents. Approved by: eadler (mentor)
23 lines
460 B
Makefile
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>
|