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

PortSystem			1.0
PortGroup			perl5 1.0

perl5.setup			Mac-AppleScript-Glue 0.03
revision			3
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.

platforms			darwin

checksums			md5 6b2c7674b061b2053aa529e30a3d1569

if {${perl5.major} != ""} {
depends_lib-append			port:p${perl5.major}-mac-applescript port:p${perl5.major}-test-pod
}
