Portfile

# $Id: Portfile 23053 2007-03-23 20:35:47Z pipping@macports.org $

PortSystem 1.0
name pike
version 7.6.24
categories lang
maintainers nomaintainer@macports.org
description dynamic programming language
long_description \
Pike is a dynamic programming language with a syntax \
similar to Java and C. It is simple to learn, does \
not require long compilation passes and has powerful \
built-in data types allowing simple and really fast \
data manipulation.
homepage http://pike.ida.liu.se/
platforms darwin

master_sites ${homepage}pub/pike/all/${version}/
distname Pike-v${version}
checksums md5 4e39c43a00c6566a9638ef48499bbc82

use_configure no

build.args CONFIGUREARGS="--prefix=${prefix}"
build.target

test.run yes
test.target verify

destroot.target install_nodoc
destroot.destdir buildroot=${destroot}