blob: 085b96b14f316346a62059edf6b41797a8eed7f6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= argh
PORTVERSION= 0.26.2
CATEGORIES= devel
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Simple (Python) argparse wrapper
WWW= https://github.com/neithere/argh
LICENSE= LGPL3
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|