freebsd-ports/devel/hs-cpphs/Makefile
Gabor Pali 999fc5aad6 - Update to 1.13.3
Obtained from:	FreeBSD Haskell
2012-06-03 21:38:17 +00:00

23 lines
443 B
Makefile

# New ports collection makefile for: cpphs
# Date created: 14 June 2004
# Whom: obraun@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= cpphs
PORTVERSION= 1.13.3
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>