mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
20 lines
322 B
Makefile
20 lines
322 B
Makefile
COMMENT= simple SQLite3 store for Python objects
|
|
|
|
MODPY_DISTV= 2.0.8
|
|
DISTNAME= minidb-${MODPY_DISTV}
|
|
PKGNAME= py-minidb-${MODPY_DISTV}
|
|
REVISION= 1
|
|
|
|
CATEGORIES= databases
|
|
|
|
HOMEPAGE= https://thp.io/2010/minidb/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
.include <bsd.port.mk>
|