diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-17 02:54:16 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-17 02:54:16 +0800 |
commit | e42d56433ae4b95208962bdc9e2753c48b8c7b2f (patch) | |
tree | ef0d5de3a0c570553a99e65650afe6931d051e37 /textproc/hs-csv | |
parent | 2fa3d0e1020495986c5f0ea9a2bccc5d6d668c38 (diff) | |
download | freebsd-ports-graphics-e42d56433ae4b95208962bdc9e2753c48b8c7b2f.tar.gz freebsd-ports-graphics-e42d56433ae4b95208962bdc9e2753c48b8c7b2f.tar.zst freebsd-ports-graphics-e42d56433ae4b95208962bdc9e2753c48b8c7b2f.zip |
- Fix license
Obtained from: FreeBSD Haskell
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 b7eaa444bac..81df304cd43 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 |