Ticket #64531: Portfile

File Portfile, 809 bytes (added by mohd-akram (Mohamed Akram), 2 years ago)

portfile for testing

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2
3PortSystem          1.0
4PortGroup           github 1.0
5
6github.setup        jeaye stdman 2021.12.21
7github.tarball_from archive
8conflicts           libstdcxx-docs
9categories          lang
10platforms           darwin
11supported_archs     noarch
12license             MIT
13maintainers         {outlook.com:mohd.akram @mohd-akram} openmaintainer
14
15description         cppreference manpages
16
17long_description    Manpages for the C++ standard library from cppreference.com.
18
19checksums           rmd160  18851d70eb3b29292724a49e8d7fcf9778c7f53b \
20                    sha256  5cfea407f0cd6da0c66396814cafc57504e90df518b7c9fa3748edd5cfdd08e3 \
21                    size    4018867
22
23build {}