mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
af16b8918f
- STAGE-clean
23 lines
373 B
Makefile
23 lines
373 B
Makefile
# Created by: markm
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dejagnu
|
|
PORTVERSION= 1.5.1
|
|
CATEGORIES= misc tcl tk
|
|
MASTER_SITES= GNU
|
|
|
|
MAINTAINER= tcltk@FreeBSD.org
|
|
COMMENT= Automated program/system tester
|
|
|
|
LICENSE= GPLv3
|
|
|
|
BUILD_DEPENDS= expect:${PORTSDIR}/lang/expect
|
|
RUN_DEPENDS= expect:${PORTSDIR}/lang/expect
|
|
|
|
USES+= gmake tcl
|
|
GNU_CONFIGURE= yes
|
|
|
|
INFO= ${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|