mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
20 lines
310 B
Makefile
20 lines
310 B
Makefile
COMMENT= non-validating SQL parser
|
|
|
|
MODPY_DISTV= 0.5.3
|
|
DISTNAME= sqlparse-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 0
|
|
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER = Daniel Dickman <daniel@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= hatchling
|
|
|
|
.include <bsd.port.mk>
|