# $Id: Portfile 109259 2013-08-11 16:40:17Z jmr@macports.org $

PortSystem			1.0
PortGroup			perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup			Mac-AppleScript-Glue 0.03
revision			4
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.

platforms			darwin
supported_archs		noarch

checksums			md5 6b2c7674b061b2053aa529e30a3d1569

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