gnezdo 7ef0034777 Use devel/cabal module for devel/cpphs and upgrade to 1.20.9.1
Removed do-test, it was pre-broken in the previous update as upstream
stopped shipping the tests.

ok kili
2021-02-28 19:40:24 +00:00

26 lines
554 B
Makefile

# $OpenBSD: Makefile,v 1.49 2021/02/28 19:40:24 gnezdo Exp $
COMMENT = liberalised reimplementation of cpp in Haskell
MODCABAL_STEM = cpphs
MODCABAL_VERSION = 1.20.9.1
MODCABAL_MANIFEST = polyparse 1.13 1
CATEGORIES = devel
MAINTAINER = Matthias Kilian <kili@openbsd.org>
# LGPL2.1
PERMIT_PACKAGE = Yes
MODULES = devel/cabal
WANTLIB = c charset ffi gmp m iconv pthread util
LIB_DEPENDS = converters/libiconv \
devel/gmp \
devel/libffi
post-install:
${INSTALL_MAN} ${WRKSRC}/docs/cpphs.1 ${PREFIX}/man/man1
.include <bsd.port.mk>