2018-12-04 14:29:13 +01:00
|
|
|
# $NetBSD: Makefile,v 1.4 2018/12/04 13:29:13 adam Exp $
|
2017-12-10 17:34:41 +01:00
|
|
|
|
2018-12-04 14:29:13 +01:00
|
|
|
DISTNAME= confusable_homoglyphs-3.2.0
|
2017-12-10 17:34:41 +01:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
|
|
CATEGORIES= converters python
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=c/confusable_homoglyphs/}
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= https://github.com/vhf/confusable_homoglyphs
|
|
|
|
COMMENT= Detect confusable usage of unicode homoglyphs
|
|
|
|
LICENSE= mit
|
|
|
|
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click
|
|
|
|
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
2017-12-10 17:46:16 +01:00
|
|
|
post-install:
|
2018-12-04 14:29:13 +01:00
|
|
|
cd ${DESTDIR}${PREFIX}/bin \
|
|
|
|
&& ${MV} confusable_homoglyphs confusable_homoglyphs-${PYVERSSUFFIX} || ${TRUE}
|
2017-12-10 17:46:16 +01:00
|
|
|
|
2017-12-10 17:34:41 +01:00
|
|
|
.include "../../lang/python/egg.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|