Files
ports/databases/py-sqlparse/Makefile
T
sthen ec91832428 garbage-collect old @conflict entries; many were never needed, some are
no longer needed since 6.9 was dropped from quirks. (experience has shown
that having these around when not needed causes some confusion when using
another port as a template for a new one; not least by me ;)
2025-10-20 19:22:54 +00:00

20 lines
310 B
Makefile

COMMENT= non-validating SQL parser
MODPY_DISTV= 0.5.3
DISTNAME= sqlparse-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
REVISION= 1
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>