You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
1019 B
Tcl
23 lines
1019 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=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 0.04
|
|
revision 3
|
|
# license situation completely unclear, assume binaries not distributable
|
|
license Restrictive
|
|
maintainers nomaintainer
|
|
|
|
description Perl extension to execute applescript commands on OS X
|
|
long_description Simple interface to the OSA scripting stuff. Returns undef on error \
|
|
and sets $@ to the error code. Codes are listed in the AppleScript \
|
|
documentation. On successful completion, this returns the output of \
|
|
the AppleScript command.
|
|
|
|
checksums rmd160 6be9c674149e5647299f0523839d6db6f8b2b323 \
|
|
sha256 384c348f925af452165a11c0d52fb99e7b311808f97b57c89914059224983c31
|
|
|
|
platforms darwin
|