30 lines
658 B
Makefile

# $OpenBSD: Makefile,v 1.16 2021/11/02 00:02:51 sthen Exp $
COMMENT = powerful command-line bookmark manager
MODPY_EGG_VERSION = 4.6
DISTNAME = buku-${MODPY_EGG_VERSION}
REVISION = 0
CATEGORIES = www
MAINTAINER = Ingo Feinerer <feinerer@logic.at>
# GPLv3+
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
RUN_DEPENDS = devel/py-certifi${MODPY_FLAVOR} \
devel/py-html5lib${MODPY_FLAVOR} \
security/py-cryptography${MODPY_FLAVOR} \
www/py-beautifulsoup4${MODPY_FLAVOR} \
www/py-urllib3${MODPY_FLAVOR} \
x11/xsel
post-install:
${INSTALL_MAN} ${WRKSRC}/buku.1 ${PREFIX}/man/man1
.include <bsd.port.mk>