summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-09-14 08:54:09 +0000
committervs <vs@FreeBSD.org>2005-09-14 08:54:09 +0000
commitf7430d06efab70e8e329b0fdacc69bbcd0954b69 (patch)
treed8eb15c6102440a142d1397eb2c3905cfd24473c
parent81260a92d0ba84cbf2b3252cd0f57e493b798655 (diff)
downloadFreeBSD-ports-f7430d06efab70e8e329b0fdacc69bbcd0954b69.zip
FreeBSD-ports-f7430d06efab70e8e329b0fdacc69bbcd0954b69.tar.gz
Mark as IGNORE with base-perl on 4.x. At least 5.6 is demanded.
Prodded by: cluster
-rw-r--r--devel/hs-haddock/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/hs-haddock/Makefile b/devel/hs-haddock/Makefile
index 4a2db59..ec7d60a 100644
--- a/devel/hs-haddock/Makefile
+++ b/devel/hs-haddock/Makefile
@@ -30,6 +30,12 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
PLIST_SUB+= HADDOCK_VERSION=${PORTVERSION}
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= Needs perl >= 5.6
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local/share/sgml/catalog||' ${WRKSRC}/configure
@@ -44,4 +50,4 @@ post-install:
@(cd ${WRKSRC}/haddock/doc && ${CP} -R haddock ${PREFIX}/share/doc)
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud