# $Id$ PortSystem 1.0 name haskell-parsedate version 2006.11.10 distname parsedate-${version} description The parsedate library for Haskell long_description This library provides a function for parsing dates and \ times given a date format string. homepage http://www.cs.chalmers.se/~bringert/darcs/parsedate/doc/ categories devel maintainers me@thomaskeller.biz master_sites http://hackage.haskell.org/packages/archive/parsedate/ checksums md5 371c62793961add3e3aa46e0a40b5675 depends_build port:ghc configure { cd ${worksrcpath} system "runghc Setup.hs configure" } build { cd ${worksrcpath} system "runghc Setup.hs build" } destroot { cd ${worksrcpath} system "runghc Setup.hs install" }