mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
26 lines
414 B
Makefile
26 lines
414 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
|
|
|
|
USE_TCL= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= runtest.1
|
|
INFO= ${PORTNAME}
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|