ports/devel/bashdb/Makefile
Emanuel Haupt 65bdc70f53 - Fix build with upcoming bash 5.0 update
- While here pacify portlint

PR:		234890
Approved by:	portmgr (blanket - trivial build fix)
Reported by:	antoine (via exp-run)
2019-01-14 09:12:30 +00:00

28 lines
513 B
Makefile

# $FreeBSD$
PORTNAME= bashdb
DISTVERSION= 4.4-1.0.1
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Source-code debugger for bash
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
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>