# -*- 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 # $Id$ PortSystem 1.0 PortGroup github 1.0 PortGroup python 1.0 github.setup aitjcize cppman 0.4.8 python.default_version 35 revision 0 maintainers eborisch \ openmaintainer categories devel lang license GPL-3+ description C++ 98/11/14 manual page fetcher / interface. long_description ${description} Sourced from cplusplus.com and \ cppreference.com. platforms darwin checksums \ rmd160 b0cd05b22836092ea419aae721666c65cb421364 \ sha256 8d4dd5b73dfe3a84a80bfd138ba5ccd3c07d7d7d8b5c98daac4ff715f02d6db8 depends_lib-append \ port:py${python.default_version}-beautifulsoup4 \ port:py${python.default_version}-html5lib post-destroot { delete ${destroot}${prefix}/share move ${destroot}${python.prefix}/share ${destroot}${prefix} }