diff options
Diffstat (limited to 'textproc/hs-HaXml/Makefile')
-rw-r--r-- | textproc/hs-HaXml/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/hs-HaXml/Makefile b/textproc/hs-HaXml/Makefile index fdf2ec689ac2..e2fbe35c9fe5 100644 --- a/textproc/hs-HaXml/Makefile +++ b/textproc/hs-HaXml/Makefile @@ -6,13 +6,17 @@ PORTNAME= HaXml PORTVERSION= 1.20.2 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org COMMENT= A collection of utilities for using Haskell and XML together +LICENSE= LGPL21 +FILE_LICENSE= COPYRIGHT + CABAL_SETUP= Setup.hs -USE_HACKAGE= polyparse>=1.2 +USE_CABAL= polyparse>=1.2 EXECUTABLE= Canonicalise CanonicaliseLazy \ DtdToHaskell MkOneOf Validate \ |