pkgsrc/devel/py-hglist/Makefile

21 lines
544 B
Makefile
Raw Normal View History

2018-07-03 07:03:01 +02:00
# $NetBSD: Makefile,v 1.6 2018/07/03 05:03:11 adam Exp $
DISTNAME= hglist-0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
2017-09-04 20:08:18 +02:00
MASTER_SITES= https://alastairs-place.net/projects/hglist/
MAINTAINER= pkgsrc-users@NetBSD.org
2017-09-04 20:08:18 +02:00
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
2018-07-03 07:03:01 +02:00
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"