mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
20 lines
388 B
Makefile
20 lines
388 B
Makefile
COMMENT= define Boolean algebras, create and parse Boolean expression
|
|
|
|
MODPY_DISTV= 5.0
|
|
DISTNAME= boolean_py-${MODPY_DISTV}
|
|
PKGNAME= py-boolean.py-${MODPY_DISTV}
|
|
|
|
# https://github.com/bastikr/boolean.py
|
|
HOMEPAGE= https://booleanpy.readthedocs.org/
|
|
|
|
CATEGORIES= devel
|
|
|
|
# BSD 2-clause
|
|
PERMIT_PACKAGE=Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= setuptools
|
|
MODPY_PI= Yes
|
|
|
|
.include <bsd.port.mk>
|