mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
25 lines
339 B
Makefile
25 lines
339 B
Makefile
# Created by: markm
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dejagnu
|
|
PORTVERSION= 1.6.2
|
|
CATEGORIES= misc tcl
|
|
MASTER_SITES= GNU
|
|
|
|
MAINTAINER= tcltk@FreeBSD.org
|
|
COMMENT= Automated program/system tester
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LIB_DEPENDS= libexpect.so:lang/expect
|
|
|
|
USES+= gmake tcl
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INFO= ${PORTNAME}
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include <bsd.port.mk>
|