Files
ports/databases/py-sql/Makefile
T

17 lines
261 B
Makefile
Raw Normal View History

2023-07-16 08:29:28 +00:00
COMMENT= library to write SQL queries
2013-10-30 10:45:12 +00:00
2025-05-06 08:23:02 +00:00
MODPY_DISTV= 1.6.0
2024-12-21 11:37:48 +00:00
DISTNAME= python_sql-${MODPY_DISTV}
PKGNAME= py-sql-${MODPY_DISTV}
2013-10-30 10:45:12 +00:00
2023-07-16 08:29:28 +00:00
CATEGORIES= databases
2013-10-30 10:45:12 +00:00
# BSD
PERMIT_PACKAGE= Yes
2013-10-30 10:45:12 +00:00
2023-07-16 08:29:28 +00:00
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
2013-10-30 10:45:12 +00:00
.include <bsd.port.mk>