aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-cpphs/Makefile
blob: 855ca369d6f3b487935b9f912f4ff82af383a375 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: obraun@FreeBSD.org
# $FreeBSD$

PORTNAME=   cpphs
PORTVERSION=    1.20.8
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Liberalised re-implementation of cpp, the C pre-processor

LICENSE=    LGPL21

USE_CABAL=  old-locale old-time polyparse>=1.9

EXECUTABLE= cpphs

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>