mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
devel/cpphs: extract cabal.inc
Move MODCABAL_MANIFEST to separate cabal.inc file.
This commit is contained in:
@@ -3,7 +3,6 @@ COMMENT = liberalised reimplementation of cpp in Haskell
|
||||
MODCABAL_STEM = cpphs
|
||||
MODCABAL_VERSION = 1.20.9.1
|
||||
MODCABAL_REVISION = 1
|
||||
MODCABAL_MANIFEST = polyparse 1.13 9
|
||||
REVISION = 3
|
||||
CATEGORIES = devel
|
||||
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
||||
@@ -22,4 +21,6 @@ LIB_DEPENDS = converters/libiconv \
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/docs/cpphs.1 ${PREFIX}/man/man1
|
||||
|
||||
.include "cabal.inc"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
MODCABAL_MANIFEST = polyparse 1.13 9
|
||||
Reference in New Issue
Block a user