blob: 3cd975d81f88178271af94d00d87d7753a3868ac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# $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>
|