# $Id: Portfile 87494 2011-11-23 16:01:53Z jmr@macports.org $

PortSystem			1.0
PortGroup			perl5 1.0

perl5.setup			Mac-Apps-Launch 1.93
revision			2
license				{Artistic-1 GPL}
maintainers			nomaintainer
description			Interface to launching and quitting apps on Mac OS X
long_description \
	This is Mac::Apps::Launch.  It provides a simplified interface to \
	launching and quitting applications by their creator ID under Mac OS \
	and Mac OS X.

platforms			darwin

checksums			md5 bbd5488b81cae141450111b63114f4e6

if {${perl5.major} != ""} {
depends_lib-append	port:p${perl5.major}-mac-appleevents-simple \
					port:p${perl5.major}-test-pod
}
## vi:set noai ts=4:
