# $Id: Portfile,v 1.1 2004/05/15 23:50:28 mww Exp $ PortSystem 1.0 name num-utils version 0.4 categories sysutils math platforms darwin maintainers mww@opendarwin.org description set of programs for dealing with numbers from the command line long_description The num-utils are a set of programs for dealing with \ numbers from the Unix command line. Much like the \ other Unix command line utilities like grep, awk, \ sort, cut, etc. these utilities work on data from both \ standard in and data from files. homepage http://suso.suso.org/programs/num-utils/ master_sites ${homepage}/downloads/ checksums md5 c7ff81b48f7ed90773c96a75115ded38 depends_lib bin:perl:perl5.8 patch { reinplace "s|-o 0 -g 0||g" ${worksrcpath}/Makefile } use_configure no build.args PERL="/usr/bin/perl" destroot.destdir TOPDIR=${destroot}${prefix} \ DIST=${name}