mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
24 lines
375 B
Makefile
24 lines
375 B
Makefile
COMMENT = fixed size round-robin style database
|
|
|
|
MODPY_DISTV = 1.1.10
|
|
|
|
DISTNAME = whisper-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
CATEGORIES = databases
|
|
REVISION = 6
|
|
|
|
# Apache
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
RUN_DEPENDS = net/py-rrdtool
|
|
|
|
TEST_DEPENDS = devel/py-mock \
|
|
devel/py-six
|
|
|
|
.include <bsd.port.mk>
|