Ticket #46501: Portfile

File Portfile, 1.0 KB (added by joelfred@…, 9 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id: Portfile 131201 2015-01-06 19:52:47Z cal@macports.org $
3
4PortSystem          1.0
5PortGroup           haskell 1.0
6
7haskell.setup       tagsoup 0.13.3
8checksums           rmd160  7cff95fed79e7b7b6e2c5d1d85cea00a832f925f \
9                    sha256  32a862118d7836e9beb25fe4b317472fab6e1d41daefa86067231b328cff668d
10
11platforms           darwin
12license             BSD
13maintainers         nomaintainer
14
15description         Parsing and extracting information from (possibly malformed) HTML/XML documents
16long_description    \
17    TagSoup is a library for parsing HTML/XML. It supports the HTML \
18    5 specification, and can be used to parse either well-formed XML, or \
19    unstructured and malformed HTML from the web. The library also provides \
20    useful functions to extract information from an HTML document, making it \
21    ideal for screen-scraping.
22
23depends_lib-append  port:hs-text