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

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup             Image-Size 3.220
maintainers             nomaintainer
platforms               darwin
categories-append       graphics
description             Extract size information from image files
long_description        This module provide functions to extract image \
						sizes from image files
homepage				http://search.cpan.org/~rjray/${distname}/
checksums               md5     9025ff2283fd428a4af5226c05f5d5b2 \
                        sha1    30d8c02ad1ce64a75785d0da78ef847ad85820c2 \
                        rmd160  db56b183013e1fd8ca57256f4f2d350ed9c182c6
depends_lib-append	port:p5-module-build

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