diff options
Diffstat (limited to 'textproc/hs-uri')
-rw-r--r-- | textproc/hs-uri/Makefile | 15 | ||||
-rw-r--r-- | textproc/hs-uri/distinfo | 2 | ||||
-rw-r--r-- | textproc/hs-uri/pkg-descr | 4 |
3 files changed, 21 insertions, 0 deletions
diff --git a/textproc/hs-uri/Makefile b/textproc/hs-uri/Makefile new file mode 100644 index 000000000000..4702e41a2298 --- /dev/null +++ b/textproc/hs-uri/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= uri +PORTVERSION= 0.1.6.2 +CATEGORIES= textproc haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Library for working with URIs + +LICENSE= BSD3CLAUSE + +USE_CABAL= parsec>=3.0 safe utf8-string + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/textproc/hs-uri/distinfo b/textproc/hs-uri/distinfo new file mode 100644 index 000000000000..8323c3ec0723 --- /dev/null +++ b/textproc/hs-uri/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/uri-0.1.6.2.tar.gz) = 7a4030532dece7990f4940abbed086b6e2ab7b05361a5d11bfa793ca15d25538 +SIZE (cabal/uri-0.1.6.2.tar.gz) = 5296 diff --git a/textproc/hs-uri/pkg-descr b/textproc/hs-uri/pkg-descr new file mode 100644 index 000000000000..0b1ed5965986 --- /dev/null +++ b/textproc/hs-uri/pkg-descr @@ -0,0 +1,4 @@ +Library for working with URIs, including parsing, rendering, merging, +escaping. + +WWW: http://gitorious.org/uri |