Ticket #47426: Portfile

File Portfile, 667 bytes (added by fanfarillo.gcc@…, 9 years ago)
Line 
1# $Id$
2
3PortSystem          1.0
4
5name                opencoarrays
6version             1.0
7categories          lang
8platforms           darwin
9license             BSD-3
10maintainers         afanfa
11description         OpenCoarrays
12long_description    Opencoarrays supporting coarrays support on GFortran
13homepage            http://opencoarrays.org
14master_sites        http://www.ce.uniroma2.it
15
16checksums           rmd160  dface3c7a7ab2fa8785e0725fc24a0fe23e82f8f
17
18depends_lib         port:gcc5 \
19                    port:mpich-devel-gcc5
20use_configure       no
21
22
23post-destroot {
24    # Install example files not installed by the Makefile
25    set ::env(LIBRARY_PATH) "/"
26}