freebsd-ports/devel/hs-cpphs/Makefile
Gleb Popov 9b79b0b5b2 In wrapper scripts, use $@ instead of $* to correctly pass arguments to the real program
PR:		238719
Approved by:	tcberner (mentor, implicit)
2019-06-20 16:03:10 +00:00

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>