daa56fd72e
This simple module gives you an elegant interface for your command line argumemnts.
16 lines
418 B
Makefile
16 lines
418 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/12/19 05:56:31 adam Exp $
|
|
|
|
DISTNAME= args-0.1.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=a/args/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/kennethreitz/args
|
|
COMMENT= Command Arguments for Humans
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|