diff options
Diffstat (limited to 'devel/hs-cpphs/Makefile')
-rw-r--r-- | devel/hs-cpphs/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/hs-cpphs/Makefile b/devel/hs-cpphs/Makefile index e42b3d81c77f..87f980eb3698 100644 --- a/devel/hs-cpphs/Makefile +++ b/devel/hs-cpphs/Makefile @@ -7,11 +7,15 @@ PORTNAME= cpphs PORTVERSION= 1.11 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= A simplified re-implementation of cpp in Haskell +LICENSE= LGPL21 +FILE_LICENSE= LICENCE-LGPL + CABAL_SETUP= Setup.hs MAN1= cpphs.1 |