19aec3bbda
PR: 238461 Approved by: maintainer timeout (nivit, >5 weeks)
17 lines
290 B
Makefile
17 lines
290 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= argh
|
|
PORTVERSION= 0.26.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Simple (Python) argparse wrapper
|
|
|
|
LICENSE= LGPL3
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|