Files
ports/databases/py-sqlobject/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

24 lines
455 B
Makefile

COMMENT = ORM (Object Relational Manager) for Python
MODPY_DISTV = 3.11.0
REVISION = 4
DISTNAME = SQLObject-${MODPY_DISTV}
PKGNAME = py-sqlobject-${MODPY_DISTV}
CATEGORIES = databases
HOMEPAGE = https://www.sqlobject.org/
# LGPLv2.1+
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
RUN_DEPENDS = www/py-formencode>=1.3.1 \
devel/py-dispatcher>=2.0.4 \
devel/py-setuptools
.include <bsd.port.mk>