# $Id: Portfile,v 1.2 2004/09/19 21:51:05 mww Exp $

PortSystem 1.0

name			keep
version			0.5.1
categories		sysutils
platforms		darwin
maintainers		mww@opendarwin.org
description		tool that deletes everything in a directory but a selection
long_description	keep is a program which deletes everything in a \
				directory except for the files that you tell it to \
				keep. It is useful in the situation where the list of \
				files in a directory that you want to keep is shorter \
				than the list of files you want to delete.

homepage		http://keep.sourceforge.net/
master_sites	sourceforge
checksums		md5 9e06c8b977138a9c9454976087dc99f5

depends_lib		path:${prefix}/bin/perl:perl5.8

configure.cmd	perl Makefile.PL
configure.pre_args

test.run	yes
