mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
1db7fc042f
Changes: https://github.com/nvbn/thefuck/releases/tag/3.31 Approved by: lwhsu (mentor, implicit)
25 lines
700 B
Makefile
25 lines
700 B
Makefile
# Created by: Guangyuan Yang <ygy@FreeBSD.org>
|
|
|
|
PORTNAME= thefuck
|
|
DISTVERSION= 3.31
|
|
CATEGORIES= misc python
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
MAINTAINER= ygy@FreeBSD.org
|
|
COMMENT= App that corrects your previous console command
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}pyte>0:devel/py-pyte@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils noflavors
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|