aboutsummaryrefslogtreecommitdiff
path: root/devel/py-shellingham/Makefile
blob: 474729fb2e83b59cf8b8e825fe50d930125b59c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	shellingham
PORTVERSION=	1.4.0
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	matthew@FreeBSD.org
COMMENT=	Detect what shell the current Python executable is running in

LICENSE=	ISCL
LICENSE_FILE=	${WRKSRC}/LICENSE

NO_ARCH=	yes
USES=		python:3.6+
USE_PYTHON=	autoplist concurrent distutils

# No tests implemented for this module.

.include <bsd.port.mk>