mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
26 lines
417 B
Makefile
26 lines
417 B
Makefile
COMMENT = terminal URL viewer (urlview replacement)
|
|
|
|
MODPY_DISTV = 1.0.6
|
|
DISTNAME = urlscan-${MODPY_DISTV}
|
|
REVISION = 0
|
|
|
|
CATEGORIES = textproc
|
|
|
|
HOMEPAGE = https://github.com/firecat53/urlscan
|
|
|
|
MAINTAINER = Stefan Hagen <sh+ports@codevoid.de>
|
|
|
|
# GPL-2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = hatch-vcs
|
|
|
|
RUN_DEPENDS = devel/py-urwid>=1.2.1
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|