configure: error: This package is only known to work with Bash 5.0 Reported by: pkg-fallout
30 lines
542 B
Makefile
30 lines
542 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bashdb
|
|
DISTVERSION= 5.0-1.1.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}/
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Source-code debugger for bash
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BROKEN= fails to configure
|
|
|
|
BUILD_DEPENDS= bash:shells/bash
|
|
RUN_DEPENDS= bash:shells/bash
|
|
|
|
USES= gmake python shebangfix
|
|
|
|
SHEBANG_FILES= lib/term-highlight.py
|
|
GNU_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
CONFIGURE_ARGS= --with-bash=${LOCALBASE}/bin/bash
|
|
INFO= bashdb
|
|
|
|
.include <bsd.port.mk>
|