16 lines
461 B
Makefile
16 lines
461 B
Makefile
# $NetBSD: Makefile,v 1.9 2020/06/30 13:03:45 adam Exp $
|
|
|
|
DISTNAME= argparse-1.4.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=a/argparse/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/ThomasWaldmann/argparse
|
|
COMMENT= Easy, declarative interface for creating command line tools
|
|
LICENSE= apache-2.0
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|