055e5483bd
1.3.2 - Added "Other tools" section to README.
24 lines
667 B
Makefile
24 lines
667 B
Makefile
# $NetBSD: Makefile,v 1.4 2020/12/14 13:58:18 adam Exp $
|
|
|
|
DISTNAME= restructuredtext_lint-1.3.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=r/restructuredtext_lint/}
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/twolfson/restructuredtext-lint
|
|
COMMENT= reStructuredText linter
|
|
LICENSE= unlicense
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-docutils>=0.11:../../textproc/py-docutils
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
post-install:
|
|
.for bin in restructuredtext-lint rst-lint
|
|
cd ${DESTDIR}${PREFIX}/bin && \
|
|
${MV} ${bin} ${bin}-${PYVERSSUFFIX} || ${TRUE}
|
|
.endfor
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|