diff options
author | pgj <pgj@FreeBSD.org> | 2011-05-09 20:47:26 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2011-05-09 20:47:26 +0800 |
commit | 6c1fcdf37c0d569d4bc56af556ac606f138a3142 (patch) | |
tree | ac6afe7d222f4751b55fd924cf12e3c3fc331aba /textproc/hs-xml/Makefile | |
parent | e9da7f1daac9e332d23811d556de8f91bfc1678d (diff) | |
download | freebsd-ports-gnome-6c1fcdf37c0d569d4bc56af556ac606f138a3142.tar.gz freebsd-ports-gnome-6c1fcdf37c0d569d4bc56af556ac606f138a3142.tar.zst freebsd-ports-gnome-6c1fcdf37c0d569d4bc56af556ac606f138a3142.zip |
- Bump port revision and remove pkg-plist due to the GHC update (it was
missing in the previous sweep)
Reported by: pointyhat
Obtained from: FreeBSD Haskell
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" |