mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
51fd5e718c
OK kili@
25 lines
476 B
Makefile
25 lines
476 B
Makefile
COMMENT = liberalised reimplementation of cpp in Haskell
|
|
|
|
MODCABAL_STEM = cpphs
|
|
MODCABAL_VERSION = 1.20.10
|
|
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 "cabal.inc"
|
|
|
|
.include <bsd.port.mk>
|