# $Id: Portfile 41021 2008-10-21 02:32:15Z ricci@macports.org $

PortSystem			1.0
PortGroup			perl5 1.0
perl5.setup			Mac-OSA-Simple 1.09
revision			1
maintainers			ricci
description			Simple interface to Mac::OSA
long_description \
	This is Mac::OSA::Simple, a module for simple access to OSA scripting \
	via Mac::OSA (part of the Mac::Carbon distribution).  It allows \
	compiling of OSA scripts using any OSA language, as well as execution, \
	saving to disk, and loading.

platforms			darwin

checksums			md5 cbf100e16c6e1a42f26aa3b45953dcb8

depends_lib-append	port:p5-mac-carbon \
					port:p5-mac-appleevents-simple \
					port:p5-test-pod

patchfiles			patch-Simple.pm.diff

## vi:set noai ts=4:
