# $Id: Portfile 82547 2011-08-15 16:46:16Z jmr@macports.org $

PortSystem			1.0
PortGroup			perl5 1.0

perl5.setup			Mac-OSA-Simple 1.09
revision			3
maintainers			nomaintainer
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

if {${perl5.major} != ""} {
depends_lib-append	port:p${perl5.major}-mac-carbon \
					port:p${perl5.major}-mac-appleevents-simple \
					port:p${perl5.major}-test-pod

patchfiles			patch-Simple.pm.diff
}
## vi:set noai ts=4:
