# $Id: Portfile 67043 2010-04-27 23:07:01Z ryandesign@macports.org $
PortSystem			1.0
PortGroup			perl5 1.0

perl5.setup			Panotools-Script 0.24
maintainers			nomaintainer
description			Tools for manipulating Hugin script files
long_description \
        Library and utilities for manipulating project files created \
        by the Hugin photo stitching software (available as port \
        hugin-app). \
        \
        This file format is shared with various other tools, in \
        particular this module is also capable of working with \
        Panorama Tools script files.

platforms			darwin

checksums           md5     41a9db2ac9cfcddffc102654bcf9c246 \
                    sha1    e5a25accc5950abc44a375802ae58e364a298abb \
                    rmd160  34bf2765c354c9faf4f02d569e7aaaddf89e56a2

master_sites        http://search.cpan.org/CPAN/authors/id/B/BP/BPOSTLE/

depends_lib-append	port:p5-graphviz port:p5-image-exiftool \
                        port:p5-image-size

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
