pkgsrc/devel/py-hglist/Makefile
2017-09-04 18:08:18 +00:00

20 lines
540 B
Makefile

# $NetBSD: Makefile,v 1.5 2017/09/04 18:08:20 wiz Exp $
DISTNAME= hglist-0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= https://alastairs-place.net/projects/hglist/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://alastairs-place.net/projects/hglist/
COMMENT= Mercurial ls command
LICENSE= gnu-gpl-v2
USE_LANGUAGES= # none
DEPENDS+= ${PYPKGPREFIX}-mercurial-[0-9]*:../../devel/py-mercurial
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"