pkgsrc/devel/py-hglist/Makefile
nros e244b1fed3 Import of hglist as py-hglist to pkgsrc-current, packaged for wip by
nros.

Hglist is an extension to Mercurial that adds an "hg list"/"hg ls"
command. It is designed to provide better output than "hg manifest".
2015-04-23 10:45:58 +00:00

20 lines
536 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/04/23 10:45:58 nros Exp $
DISTNAME= hglist-0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://alastairs-place.net/projects/hglist/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://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= 33 34
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"