# $Id: Portfile 82553 2011-08-15 19:22:39Z jmr@macports.org $

PortSystem        1.0

name              imageindex

version           1.1
revision          1
platforms         darwin
categories        graphics
maintainers       nomaintainer
description       generates static HTML galleries of images

long_description  ${description}

homepage          http://www.edwinh.org/imageindex/
master_sites      http://www.edwinh.org/imageindex/release/

checksums         md5     1d227ca62937f80e063f40063d1596f9 \
                  sha1    56ff666cb59258cc06052ccbe91ca06cb42f8cca \
                  rmd160  cffde483a8dddcef7f415c38b8ee3a9487444ecb

depends_lib       port:p5.12-perlmagick

depends_run       port:p5.12-image-info

use_configure     no

build.args        PREFIX=${prefix} PERLPATH=${prefix}/bin/perl5.12

destroot.cmd      make install
destroot.args     PREFIX=${destroot}${prefix} PERLPATH=${prefix}/bin/perl5.12

livecheck.type    regex
livecheck.regex   ${name}-(\[0-9.\]+)\\.tar
