Portfile

# $Id: Portfile 20311 2006-11-01 21:44:13Z blair@macports.org $
PortSystem 1.0
name imageindex
version 1.0.9
platforms darwin
categories graphics
maintainers rsorasen@broadpark.no
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 sha1 1765c50ff4bf4070200905ac1d2e624043a443bd
depends_lib port:p5-perlmagick
depends_run port:p5-image-info

use_configure no
build.args PREFIX=${prefix} PERLPATH=${prefix}/bin/perl
destroot.cmd make install
destroot.args PREFIX=${destroot}${prefix} PERLPATH=${prefix}/bin/perl