mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
23 lines
382 B
Makefile
23 lines
382 B
Makefile
COMMENT= markup module for Telegram messenger
|
|
|
|
MODPY_DISTV= 0.2.0
|
|
DISTNAME= telegram_text-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 0
|
|
|
|
CATEGORIES= textproc
|
|
|
|
# https://github.com/SKY-ALIN/telegram-text
|
|
HOMEPAGE= https://telegram-text.alinsky.tech/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= poetry-core
|
|
MODPY_PI= Yes
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|