git: 0ce1876ac554 - main - devel/p5-Sepia: mark devel* flavors BROKEN

From: Antoine Brodin <antoine_at_FreeBSD.org>
Date: Thu, 23 Feb 2023 09:25:20 UTC
The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0ce1876ac5542f1ab29f0ed8dfcddb9b728b2643

commit 0ce1876ac5542f1ab29f0ed8dfcddb9b728b2643
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2023-02-23 09:24:24 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2023-02-23 09:24:24 +0000

    devel/p5-Sepia: mark devel* flavors BROKEN
    
    [Makefile:955: sepia-snippet.elc] Error 1
    [Makefile:955: sepia.elc] Error 1
    [Makefile:955: sepia-w3m.elc] Error 1
    
    Reported by:    pkg-fallout
---
 devel/p5-Sepia/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/devel/p5-Sepia/Makefile b/devel/p5-Sepia/Makefile
index eda1a84ac9ad..f8cc6186fefa 100644
--- a/devel/p5-Sepia/Makefile
+++ b/devel/p5-Sepia/Makefile
@@ -10,6 +10,10 @@ MAINTAINER=	ashish@FreeBSD.org
 COMMENT=	Simple Emacs-Perl Interface
 WWW=		https://metacpan.org/release/Sepia
 
+.if ${FLAVOR:U} == devel_full || ${FLAVOR:U} == devel_nox
+BROKEN=		fails to build
+.endif
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Devel-Size>=0:devel/p5-Devel-Size \
 		p5-IO-Stringy>=0:devel/p5-IO-Stringy \