|
NAMEAlien::Gimp - Encapsulate install info for GIMPSYNOPSIS# Gimp/Makefile.PL use ExtUtils::Depends; my $pkg = ExtUtils::Depends->new(qw(Gimp Alien::Gimp)); # GIMP config info use Alien::Gimp; say Alien::Gimp->gimpplugindir; DESCRIPTIONUse in your Makefile.PL as above. Produces config info usable via ExtUtils::Depends.Available methods: gimpThe path of the GIMP executable.gimptoolThe path of the gimptool executable.gimpplugindirThe path of the GIMP plug-in directory.AUTHOREd JSEE ALSOGimp, ExtUtils::Depends.
Visit the GSP FreeBSD Man Page Interface. |