diff options
Diffstat (limited to 'textproc/hs-xml/Makefile')
-rw-r--r-- | textproc/hs-xml/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/hs-xml/Makefile b/textproc/hs-xml/Makefile index 220125f8caf4..04e52036296d 100644 --- a/textproc/hs-xml/Makefile +++ b/textproc/hs-xml/Makefile @@ -7,11 +7,14 @@ PORTNAME= xml PORTVERSION= 1.3.7 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org COMMENT= A simple XML library for Haskell +LICENSE= BSD + CABAL_SETUP= Setup.hs .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |