[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / py-hglib

File: [cvs.NetBSD.org] / pkgsrc / devel / py-hglib / Makefile (download)

Revision 1.5, Mon Sep 4 18:00:52 2017 UTC (6 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.4: +2 -2 lines

Comment out dead sites.

# $NetBSD: Makefile,v 1.5 2017/09/04 18:00:52 wiz Exp $

DISTNAME=	python-hglib-1.6
PKGNAME=	${DISTNAME:S/python/${PYPKGPREFIX}/}
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_PYPI:=p/python-hglib/}

MAINTAINER=	pkgsrc-users@NetBSD.org
#HOMEPAGE=	https://mercurial.selenic.com/wiki/PythonHglib
COMMENT=	Python library for interfacing with mercurial's CommandServer
LICENSE=	mit

USE_LANGUAGES=	# none

EGG_NAME=	python_hglib-unknown

.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"