mirror of
https://github.com/openbsd/ports.git
synced 2026-06-19 07:54:00 +02:00
70be2f6f8e
Announce: https://discuss.tryton.org/t/release-1-1-0-of-python-sql ok sthen@
24 lines
376 B
Makefile
24 lines
376 B
Makefile
# $OpenBSD: Makefile,v 1.12 2020/01/26 13:48:15 semarie Exp $
|
|
|
|
COMMENT= library to write SQL queries
|
|
|
|
MODPY_EGG_VERSION = 1.1.0
|
|
DISTNAME= python-sql-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-sql-${MODPY_EGG_VERSION}
|
|
|
|
CATEGORIES= databases
|
|
|
|
MODPY_PI = Yes
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_SETUPTOOLS= Yes
|
|
|
|
FLAVOR?=
|
|
FLAVORS= python3
|
|
|
|
.include <bsd.port.mk>
|