freebsd-ports/misc/dejagnu/Makefile

23 lines
349 B
Makefile
Raw Normal View History

# Created by: markm
1999-08-25 09:23:21 +02:00
# $FreeBSD$
2000-04-14 10:49:30 +02:00
PORTNAME= dejagnu
PORTVERSION= 1.5.1
PORTREVISION= 1
CATEGORIES= misc tcl tk
MASTER_SITES= GNU
MAINTAINER= tcltk@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Automated program/system tester
LICENSE= GPLv3
2014-02-28 11:16:02 +01:00
LIB_DEPENDS= libexpect.so:${PORTSDIR}/lang/expect
USES+= gmake tcl
GNU_CONFIGURE= yes
INFO= ${PORTNAME}
.include <bsd.port.mk>