17 lines
298 B
Makefile
17 lines
298 B
Makefile
# Created by: obraun@FreeBSD.org
|
|
|
|
PORTNAME= cpphs
|
|
PORTVERSION= 1.20.9.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Liberalised re-implementation of cpp, the C pre-processor
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USES= cabal
|
|
|
|
USE_CABAL= polyparse-1.13_1
|
|
|
|
.include <bsd.port.mk>
|