freebsd-ports/misc/dejagnu/Makefile
2021-06-28 14:30:07 +00:00

23 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>