pkgsrc/sysutils/p5-Mac-AppleScript-Glue/Makefile
seb 57dbcedfe5 Initial import of p5-Mac-AppleScript-Glue version 0.03 in the NetBSD
Packages Collection.

The Perl 5 module Mac::AppleScript::Glue 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.
2010-02-18 02:56:35 +00:00

22 lines
697 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/02/18 02:56:35 seb Exp $
DISTNAME= Mac-AppleScript-Glue-0.03
PKGNAME= p5-${DISTNAME}
CATEGORIES= sysutils perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mac/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Mac-AppleScript-Glue/
COMMENT= Perl 5 module allowing AppleScript to be written in Perl
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
ONLY_FOR_PLATFORM= Darwin-*-*
PERL5_PACKLIST= auto/Mac/AppleScript/Glue/.packlist
DEPENDS+= p5-Mac-AppleScript>=0.03:../../sysutils/p5-Mac-AppleScript
BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"