16 lines
435 B
Makefile
16 lines
435 B
Makefile
# $NetBSD: Makefile,v 1.7 2017/07/30 22:32:15 wiz Exp $
|
|
|
|
DISTNAME= argh-0.26.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=a/argh/}
|
|
|
|
MAINTAINER= kamelderouiche@yahoo.com
|
|
HOMEPAGE= https://github.com/neithere/argh/
|
|
COMMENT= Unobtrusive argparse wrapper with natural syntax
|
|
LICENSE= gnu-lgpl-v3
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|