diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
commit | 109269205e521bb1d2d87678a391e5adefff88d6 (patch) | |
tree | 93f1f9278a9a48902904b7ff4a5ce711c10efe08 /devel/hs-cpphs | |
parent | ad7295cafd0e46ece6fcbf594ef39a767c296d0e (diff) | |
download | ports-109269205e521bb1d2d87678a391e5adefff88d6.tar.gz ports-109269205e521bb1d2d87678a391e5adefff88d6.zip |
Notes
Diffstat (limited to 'devel/hs-cpphs')
-rw-r--r-- | devel/hs-cpphs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/hs-cpphs/Makefile b/devel/hs-cpphs/Makefile index afe87899deea..91f7f15abf6c 100644 --- a/devel/hs-cpphs/Makefile +++ b/devel/hs-cpphs/Makefile @@ -3,15 +3,13 @@ PORTNAME= cpphs PORTVERSION= 1.16 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Liberalised re-implementation of cpp, the C pre-processor LICENSE= LGPL21 -FILE_LICENSE= LICENCE-LGPL - -CABAL_SETUP= Setup.hs EXECUTABLE= cpphs |