Edit

IABSD.fr/ports/textproc/p5-Text-Unidecode/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2019-07-12 20:49:33
    Hash : 77f7cc9c
    Message : replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

  • textproc/p5-Text-Unidecode/Makefile
  • # $OpenBSD: Makefile,v 1.17 2019/07/12 20:50:07 sthen Exp $
    
    COMMENT =	US-ASCII transliterations of Unicode text
    
    MODULES =	cpan
    PKG_ARCH =	*
    DISTNAME =	Text-Unidecode-1.30
    CATEGORIES =	textproc
    
    MAINTAINER =	Mikolaj Kucharski <mikolaj@kucharski.name>
    
    # Perl
    PERMIT_PACKAGE =	Yes
    
    .include <bsd.port.mk>