a88a80df6c
3.2.0: Unknown changes
22 lines
660 B
Makefile
22 lines
660 B
Makefile
# $NetBSD: Makefile,v 1.4 2018/12/04 13:29:13 adam Exp $
|
|
|
|
DISTNAME= confusable_homoglyphs-3.2.0
|
|
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
|
|
|
|
post-install:
|
|
cd ${DESTDIR}${PREFIX}/bin \
|
|
&& ${MV} confusable_homoglyphs confusable_homoglyphs-${PYVERSSUFFIX} || ${TRUE}
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|