Edit

IABSD.fr/ports/textproc/py-unidecode/Makefile

Branch :

  • Show log

    Commit

  • Author : ajacoutot
    Date : 2015-06-02 17:00:13
    Hash : 1db745e9
    Message : Update to py-unidecode-0.04.17.

  • textproc/py-unidecode/Makefile
  • # $OpenBSD: Makefile,v 1.3 2015/06/02 17:00:13 ajacoutot Exp $
    
    COMMENT =	US-ASCII transliterations of Unicode text
    
    MODPY_EGG_VERSION = 0.04.17
    DISTNAME =	Unidecode-${MODPY_EGG_VERSION}
    PKGNAME = 	py-unidecode-${MODPY_EGG_VERSION}
    
    CATEGORIES =	textproc
    
    HOMEPAGE =	https://pypi.python.org/pypi/Unidecode
    
    # GPLv2+
    PERMIT_PACKAGE_CDROM =	Yes
    
    MODULES =	lang/python
    MODPY_PI =	Yes
    
    do-test:
    	@${MODPY_TEST_TARGET}
    
    .include <bsd.port.mk>