d0e8b9ad8b
2.6.2 Bug fixes
16 lines
484 B
Makefile
16 lines
484 B
Makefile
# $NetBSD: Makefile,v 1.9 2020/11/30 20:23:38 adam Exp $
|
|
|
|
DISTNAME= python-hglib-2.6.2
|
|
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-hglib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.mercurial-scm.org/wiki/PythonHglib
|
|
COMMENT= Python library for interfacing with mercurial's CommandServer
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|