9a3351591e
pkgsrc changes: o Get rid of VERSION variable and other PKGNAME hard-coding and use make(1) ``:tl'' modifier instead (no functional change intended) o Use MASTER_SITE_PYPI instead of the full pypi URL. Changes: 0.10.0 ------ o Various misc bug fixes and improvements
16 lines
444 B
Makefile
16 lines
444 B
Makefile
# $NetBSD: Makefile,v 1.4 2015/12/30 14:54:34 leot Exp $
|
|
|
|
DISTNAME= ConfigArgParse-0.10.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PYPI}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/bw2/ConfigArgParse
|
|
COMMENT= Argparse-like with config files or environment variables support
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|