Files
macports-ports/perl/p5-opengl-modern/Portfile
T
2026-04-20 17:04:41 -07:00

23 lines
906 B
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 OpenGL-Modern 0.0405 ../../authors/id/E/ET/ETJ
revision 0
license {Artistic-1 GPL}
maintainers {devans @dbevans} openmaintainer
description OpenGL::Modern - Perl extension to Modern OpenGL API up to 4.6
long_description {*}${description}
checksums rmd160 edfe0b989b0de0e391cf7bad6b07b4199a52850e \
sha256 f8068f538973ea255d27430faf201f9b1f54b0a63fa60d4deead54cb5c786f64 \
size 927472
if {${perl5.major} != ""} {
depends_build-append \
port:p${perl5.major}-devel-checklib \
port:p${perl5.major}-extutils-makemaker
}