freebsd-ports/devel/hs-cpphs/Makefile
Gabor Pali 42dc127381 - Update to 1.14
- Use the new options framework

Obtained from:	FreeBSD Haskell
2012-08-03 02:53:34 +00:00

23 lines
441 B
Makefile

# 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>