mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
19 lines
422 B
Makefile
19 lines
422 B
Makefile
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>
|