5fd56ca7af
- Stage support - Bump PORTREV
20 lines
362 B
Makefile
20 lines
362 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= argh
|
|
PORTVERSION= 0.23.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Simple (Python) argparse wrapper
|
|
|
|
LICENSE= LGPL3
|
|
|
|
# Python3 ready (installation tested)
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|