Files
pkgsrc-ng/devel/py-hglist/Makefile
2016-01-21 23:41:46 +01:00

21 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"