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 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup perl5 1.0 |
---|
5 | |
---|
6 | perl5.branches 5.22 5.24 5.26 |
---|
7 | perl5.setup OpenCL 1.01 |
---|
8 | |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | license Perl license (https://dev.perl.org/licenses/) |
---|
12 | # license is listed in COPYING file in distribution |
---|
13 | |
---|
14 | description OpenCL (Perl bindings for OpenCL) |
---|
15 | |
---|
16 | long_description ${description} |
---|
17 | |
---|
18 | master_sites http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/ |
---|
19 | distfiles OpenCL-1.01.tar.gz |
---|
20 | |
---|
21 | checksums rmd160 335afe817b7a532e1b25748b4b951ac383297607 \ |
---|
22 | sha256 d9cb31683f7f6b5198210311ac798ab4678110988ceb9561ff8dc261e3d5123f |
---|
23 | |
---|
24 | if {${perl5.major} != ""} { |
---|
25 | depends_lib-append \ |
---|
26 | port:p${perl5.major}-async-interrupt \ |
---|
27 | port:p${perl5.major}-common-sense |
---|
28 | } |
---|
29 | |
---|
30 | patchfiles patch-src-Makefile.PL.diff \ |
---|
31 | patch-src-default.h.diff |
---|
32 | |
---|
33 | |
---|