diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-02-16 18:54:16 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-02-16 18:54:16 +0000 |
commit | 5385c4aaa37b0105261a02ec634b7b9f42e30987 (patch) | |
tree | 1913ee37381fa1dbfb2cac6e9ef37ae01d20efeb /textproc/hs-csv | |
parent | 9e6bb0bedf1cc85c2502865775e4b857e41dfdea (diff) |
Notes
Diffstat (limited to 'textproc/hs-csv')
-rw-r--r-- | textproc/hs-csv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/hs-csv/Makefile b/textproc/hs-csv/Makefile index b7eaa444bac0..81df304cd43e 100644 --- a/textproc/hs-csv/Makefile +++ b/textproc/hs-csv/Makefile @@ -7,14 +7,14 @@ PORTNAME= csv PORTVERSION= 0.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org COMMENT= A CSV library for Haskell LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/COPYING +FILE_LICENSE= COPYING CABAL_SETUP= Setup.hs USE_CABAL= parsec |