1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/devel/py-argh/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

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>