blob: c343710ea4ee249de011293087c421313ad4f8ee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: cpphs
# Date created: 14 June 2004
# Whom: obraun@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= cpphs
PORTVERSION= 1.14
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= A liberalised re-implementation of cpp, the C pre-processor
LICENSE= LGPL21
FILE_LICENSE= LICENCE-LGPL
CABAL_SETUP= Setup.hs
EXECUTABLE= cpphs
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|