Edit

IABSD.fr/ports/converters/p5-Unicode-Map8/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2016-03-20 19:56:05
    Hash : cfbb239b
    Message : Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES. Add WANTLIB+=perl and PKG_ARCH=* as appropriate.

  • converters/p5-Unicode-Map8/Makefile
  • # $OpenBSD: Makefile,v 1.28 2016/03/20 19:56:08 naddy Exp $
    
    COMMENT=	module to implement efficient mapping tables
    
    DISTNAME =	Unicode-Map8-0.13
    CATEGORIES=	converters
    MODULES=	cpan
    REVISION =	0
    
    # Perl
    PERMIT_PACKAGE_CDROM=	Yes
    
    WANTLIB += c perl
    
    RUN_DEPENDS=	converters/p5-Unicode-String
    
    .include <bsd.port.mk>