mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
24 lines
370 B
Makefile
24 lines
370 B
Makefile
COMMENT = minimal asyncio memcached client
|
|
|
|
MODPY_DISTV = 0.8.2
|
|
|
|
DISTNAME = aiomcache-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 1
|
|
|
|
CATEGORIES = misc
|
|
|
|
HOMEPAGE = https://github.com/aio-libs/aiomcache/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
RUN_DEPENDS = misc/py-memcached
|
|
|
|
.include <bsd.port.mk>
|