diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
commit | cc555442337c7591ab5c3fd19ad8e3e185a256b0 (patch) | |
tree | a6a0dfa4f440949889fc7b609c83f74555f6894e /textproc/hs-xml-hamlet | |
parent | 5e492199d1e024a681c6d21087c8d948cb3b7bc3 (diff) |
Notes
Diffstat (limited to 'textproc/hs-xml-hamlet')
-rw-r--r-- | textproc/hs-xml-hamlet/Makefile | 15 | ||||
-rw-r--r-- | textproc/hs-xml-hamlet/distinfo | 2 | ||||
-rw-r--r-- | textproc/hs-xml-hamlet/pkg-descr | 3 |
3 files changed, 20 insertions, 0 deletions
diff --git a/textproc/hs-xml-hamlet/Makefile b/textproc/hs-xml-hamlet/Makefile new file mode 100644 index 000000000000..b3a875134519 --- /dev/null +++ b/textproc/hs-xml-hamlet/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= xml-hamlet +PORTVERSION= 0.4.0.9 +CATEGORIES= textproc haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Hamlet-style quasiquoter for XML content + +LICENSE= BSD3CLAUSE + +USE_CABAL= parsec>=2.0 shakespeare>=1.0 text>=0.10 xml-conduit>=1.0 + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/textproc/hs-xml-hamlet/distinfo b/textproc/hs-xml-hamlet/distinfo new file mode 100644 index 000000000000..ccff49ad100f --- /dev/null +++ b/textproc/hs-xml-hamlet/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/xml-hamlet-0.4.0.9.tar.gz) = 02498a736aac8bba3648349b63ba139bdd54c1830f5a1df5186a14273794a46e +SIZE (cabal/xml-hamlet-0.4.0.9.tar.gz) = 6068 diff --git a/textproc/hs-xml-hamlet/pkg-descr b/textproc/hs-xml-hamlet/pkg-descr new file mode 100644 index 000000000000..6d9e1277b535 --- /dev/null +++ b/textproc/hs-xml-hamlet/pkg-descr @@ -0,0 +1,3 @@ +Hamlet-style quasiquoter for XML content. + +WWW: http://www.yesodweb.com/ |