Edit

IABSD.fr/ports/converters/p5-Sereal-Decoder/Makefile

Branch :

  • Show log

    Commit

  • Author : bluhm
    Date : 2026-08-07 17:56:10
    Hash : 4f153acc
    Message : update p5-Sereal-Decoder p5-Sereal-Encoder p5-Sereal to 5.010

  • converters/p5-Sereal-Decoder/Makefile
  • COMMENT =	fast, compact, powerful binary deserialization
    
    DISTNAME =	Sereal-Decoder-5.010
    CPAN_AUTHOR =	YVES
    
    CATEGORIES =	converters
    
    # Perl, BSD
    PERMIT_PACKAGE =	Yes
    
    WANTLIB =		c perl zstd
    
    MODULES =		cpan
    
    BUILD_DEPENDS =		devel/p5-Devel-CheckLib>=1.16
    
    LIB_DEPENDS =		archivers/zstd
    
    TEST_DEPENDS =		converters/p5-Sereal-Encoder \
    			devel/p5-Test-Deep \
    			devel/p5-Test-Differences \
    			devel/p5-Test-LongString \
    			devel/p5-Test-Warn
    
    post-extract:
    	rm -r -- ${WRKSRC}/inc/Devel ${WRKSRC}/zstd
    
    pre-configure:
    	${SUBST_CMD} ${WRKSRC}/Makefile.PL
    
    .include <bsd.port.mk>