Edit

IABSD.fr/ports/textproc/p5-Encode-Detect/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 20:02:12
    Hash : 8c80a751
    Message : drop RCS Ids

  • textproc/p5-Encode-Detect/Makefile
  • COMMENT =	Encode::Encoding subclass that detects the encoding of data
    
    MODULES =	cpan
    DISTNAME =	Encode-Detect-1.01
    REVISION =	8
    CATEGORIES =	textproc
    
    # Perl
    PERMIT_PACKAGE =	Yes
    
    WANTLIB += c perl ${COMPILER_LIBCXX}
    
    COMPILER =		base-clang ports-gcc base-gcc
    
    CONFIGURE_STYLE =	modbuild
    
    .include <bsd.port.mk>