summaryrefslogtreecommitdiff
path: root/devel/hs-cpphs/Makefile
blob: 4e2ab41d1682b4605f442f39948131bc6bb7b1a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	cpphs
PORTVERSION=	1.20.9.1
PORTREVISION=	4
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Liberalised re-implementation of cpp, the C pre-processor
WWW=		https://projects.haskell.org/cpphs/

LICENSE=	LGPL21

USES=		cabal

CABAL_REVISION=	1
USE_CABAL=	polyparse-1.13_9

.include <bsd.port.mk>