forked from Lainports/freebsd-ports
18 lines
348 B
Makefile
18 lines
348 B
Makefile
# Created by: obraun@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cpphs
|
|
PORTVERSION= 1.20.8
|
|
PORTREVISION= 7
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Liberalised re-implementation of cpp, the C pre-processor
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USES= cabal
|
|
|
|
USE_CABAL= old-locale-1.0.0.7_2 old-time-1.1.0.3_2 polyparse-1.12.1
|
|
|
|
.include <bsd.port.mk>
|