mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 23:44:01 +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 ;)
24 lines
455 B
Makefile
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>
|