# -*- 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.7 github.tarball_from archive revision 0 python.default_version 312 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 668576af2c7edc583257c8dcf4ade86243983792 \ sha256 df42088a9c8601289e18589aba3506a803eba8bb31446c183153de6936700526 \ size 3820843 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} }