cb319a43ab
Suggested by: mat
22 lines
349 B
Makefile
22 lines
349 B
Makefile
# Created by: markm
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dejagnu
|
|
PORTVERSION= 1.5.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc tcl tk
|
|
MASTER_SITES= GNU
|
|
|
|
MAINTAINER= tcltk@FreeBSD.org
|
|
COMMENT= Automated program/system tester
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LIB_DEPENDS= libexpect.so:${PORTSDIR}/lang/expect
|
|
|
|
USES+= gmake tcl
|
|
GNU_CONFIGURE= yes
|
|
|
|
INFO= ${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|