freebsd-ports/devel/py-invoke/Makefile
Po-Chuan Hsieh aebb0cb4a8
devel/py-invoke: Change default shell from bash to sh
- Add SUDO option
- Bump PORTREVISION for package change

PR:		273666
Reported by:	Jesus Daniel Colmenares Oviedo <DtxdF@disroot.org>
2023-09-30 08:46:34 +08:00

26 lines
535 B
Makefile

PORTNAME= invoke
PORTVERSION= 2.2.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python task execution tool and library
WWW= https://www.pyinvoke.org/ \
https://github.com/pyinvoke/invoke
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
OPTIONS_DEFINE= SUDO
SUDO_DESC= Run shell commands via sudo
SUDO_RUN_DEPENDS= sudo:security/sudo
.include <bsd.port.mk>