pkgsrc/textproc/py-antlr4/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

18 lines
493 B
Makefile

# $NetBSD: Makefile,v 1.4 2020/01/26 17:32:16 rillig Exp $
DISTNAME= antlr4-python3-runtime-4.7.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python3-runtime//1}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/antlr4-python3-runtime/}
MAINTAINER= jaapb@NetBSD.org
HOMEPAGE= https://www.antlr.org/
COMMENT= AntLR 4 bindings for Python
LICENSE= modified-bsd
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"