# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup github 1.0 PortGroup python 1.0 github.setup aitjcize cppman 0.5.6 github.tarball_from archive revision 0 python.default_version 311 maintainers {eborisch @eborisch} \ openmaintainer categories lang devel license GPL-3+ supported_archs noarch platforms {darwin any} description C++ 98/11/14/17/20 manual page fetcher / interface. long_description {*}${description} Sourced from cplusplus.com and \ cppreference.com. checksums rmd160 e9507939f461c02a6aee9c27eb378dcd247d6bfa \ sha256 bfd80bf239e881a79421e8ef50d4365043b18bf13e61f4d7405730bbc92dc407 \ size 3820427 depends_lib-append \ port:groff \ port:py${python.version}-beautifulsoup4 \ port:py${python.version}-html5lib post-destroot { delete ${destroot}${prefix}/share move ${destroot}${python.prefix}/share ${destroot}${prefix} }