mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
24 lines
327 B
Makefile
24 lines
327 B
Makefile
# Created by: markm
|
|
|
|
PORTNAME= dejagnu
|
|
PORTVERSION= 1.6.3
|
|
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>
|