15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
19 lines
361 B
Makefile
19 lines
361 B
Makefile
# Created by: obraun@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cpphs
|
|
PORTVERSION= 1.18.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Liberalised re-implementation of cpp, the C pre-processor
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USE_CABAL= polyparse>=1.9
|
|
|
|
EXECUTABLE= cpphs
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|