# $Id: Portfile 131201 2015-01-06 19:52:47Z cal@macports.org $ PortSystem 1.0 name haskell-parsedate version 2006.11.10 revision 1 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 platforms darwin maintainers thomaskeller.biz:me master_sites http://hackage.haskell.org/packages/archive/parsedate/ checksums md5 371c62793961add3e3aa46e0a40b5675 depends_build port:ghc configure { system "cd ${worksrcpath} && runghc Setup.hs configure" } build { system "cd ${worksrcpath} && runghc Setup.hs build" } destroot { system "cd ${worksrcpath} && runghc Setup.hs install" }