# -*-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 Mac-AppleScript-Glue 0.06 license {Artistic-1 GPL} maintainers nomaintainer description Glue to use AppleScript to communicate with Mac apps long_description This module allows you to write Perl code in object-oriented syntax to \ control Mac applications. The module does not actually execute Apple \ Events, but actually translates Perl code to AppleScript code and \ causes it to be executed. checksums rmd160 c062eb1e61527d86a3f0b48963430005ea2570cd \ sha256 84cedb221ce280de58dda834ffa532a27c7bafa3ad249c81226a51411af6e3df \ size 22372 platforms {darwin any} supported_archs noarch if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-mac-applescript \ port:p${perl5.major}-test-pod }