You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.1 KiB
Tcl
32 lines
1.1 KiB
Tcl
# -*- 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 perl5 1.0
|
|
|
|
perl5.branches 5.28 5.30 5.32 5.34
|
|
perl5.setup Alien-PLplot 0.001
|
|
revision 1
|
|
license {Artistic-1 GPL}
|
|
maintainers {devans @dbevans} openmaintainer
|
|
description Alien::PLplot - Alien package for the PLplot plotting library
|
|
long_description {*}${description}
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
checksums rmd160 7e8df34c12247aefdce437a943c63f576b9a9157 \
|
|
sha256 91cccbc9b3f3f20187a20a810ae441c6ee24d1810fb8ddccf566e16e5a20a343 \
|
|
size 11542
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_build-append \
|
|
port:pkgconfig \
|
|
port:p${perl5.major}-alien-build-plugin-decode-sourceforge \
|
|
port:p${perl5.major}-extutils-makemaker \
|
|
port:p${perl5.major}-test-simple
|
|
|
|
depends_lib-append \
|
|
port:plplot \
|
|
port:p${perl5.major}-alien-build
|
|
}
|