mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
aa7a6c429e
With hat: portmgr
18 lines
295 B
Makefile
18 lines
295 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:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|