A unified CLI tool that converts a package from a language-specific package manager (such as PyPI or NPM) to an almost ready-to-use package for Free Unix-based operating systems (such as a GNU/Linux distribution or *BSD).
16 lines
333 B
Makefile
16 lines
333 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2018/04/27 16:33:27 danj Exp $
|
|
|
|
COMMENT = OpenBSD backend for upt
|
|
|
|
MODPY_EGG_VERSION = 0.4
|
|
DISTNAME = upt-openbsd-${MODPY_EGG_VERSION}
|
|
|
|
HOMEPAGE = https://framagit.org/upt/upt-openbsd
|
|
|
|
RUN_DEPENDS = databases/sqlports \
|
|
sysutils/upt/upt
|
|
TEST_DEPENDS = sysutils/upt/upt
|
|
|
|
|
|
.include <bsd.port.mk>
|