-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
Copy pathPortfile
25 lines (21 loc) · 986 Bytes
/
Portfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# -*- 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
PortSystem 1.0
PortGroup fortran 1.0
github.setup jacobwilliams fortran-csv-module 2.1.0
revision 0
categories-append textproc
license BSD
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer
description Modern Fortran library for reading and writing CSV \
(comma-separated value) files
long_description {*}${description}
checksums rmd160 dd28e817369f29982c02dac7c6f9fd0c2e7f234a \
sha256 83b3e7eb8ddc2cd22c58baefd0a396f3c33f55828f245422433ce3570b336e70 \
size 48190
github.tarball_from archive
post-destroot {
set docdir ${prefix}/share/doc/${name}
xinstall -d ${destroot}${docdir}
xinstall -m 0644 -W ${worksrcpath} LICENSE README.md ${destroot}${docdir}
}
test.run yes