pkgsrc/archivers/bmap-tools/Makefile
wiz 11f1b043f1 Instead of build dependency on setuptools just use egg.mk.
While here, mark as not ready for python-3.x.
2016-06-03 14:38:03 +00:00

18 lines
479 B
Makefile

# $NetBSD: Makefile,v 1.3 2016/06/03 14:38:03 wiz Exp $
DISTNAME= bmap-tools-3.2
CATEGORIES= archivers sysutils
MASTER_SITES= ftp://ftp.infradead.org/pub/bmap-tools/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://source.tizen.org/documentation/reference/bmaptool
COMMENT= Block map tools
LICENSE= gnu-gpl-v2
USE_LANGUAGES= # none
PYTHON_VERSIONS_ACCEPTED= 27 # not ready as of 3.2
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"