mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
ec91832428
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 ;)
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= 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>
|