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).
13 lines
248 B
Makefile
13 lines
248 B
Makefile
# $OpenBSD: Makefile.inc,v 1.1.1.1 2018/04/27 16:33:27 danj Exp $
|
|
|
|
CATEGORIES ?= sysutils devel
|
|
|
|
# BSD-3-Clause
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_SETUPTOOLS = Yes
|
|
MODPY_PI = Yes
|
|
|
|
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
|