# $Id: Portfile,v 1.1 2005/02/21 07:23:05 toby Exp $

PortSystem 1.0
name             pike
version          7.6.24
categories       lang
maintainers      toby@opendarwin.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

configure        {}

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

test.run         yes
test.target      verify

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