{% extends 'layout.html' %} {% load static %} {% load humanize %} {% block title %}Install {{ port.name }} on macOS with {% endblock %} {% block content %}
v {{ port.version }} {% if port.version_updated_at %} Updated: {{ port.version_updated_at|naturaltime }} {% endif %}
{{ port.description }}
{% include 'port/includes/full-description-collapsible.html' with ld=port.long_description d=port.description %} {% if port.active == True and port.replaced_by == None %} {% if not port.is_stubport %}To install {{ port.name }}, paste this into the macOS Terminal after installing MacPorts
sudo port install {{ port.name }}
| Installations | {{ count.all|intcomma }} |
| Requested Installations | {{ count.requested|intcomma }} |