1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/misc/dejagnu/Makefile
Pietro Cerutti af16b8918f - Convert to USES+=tcl gmake
- STAGE-clean
2013-10-28 09:26:46 +00:00

23 lines
373 B
Makefile

# Created by: markm
# $FreeBSD$
PORTNAME= dejagnu
PORTVERSION= 1.5.1
CATEGORIES= misc tcl tk
MASTER_SITES= GNU
MAINTAINER= tcltk@FreeBSD.org
COMMENT= Automated program/system tester
LICENSE= GPLv3
BUILD_DEPENDS= expect:${PORTSDIR}/lang/expect
RUN_DEPENDS= expect:${PORTSDIR}/lang/expect
USES+= gmake tcl
GNU_CONFIGURE= yes
INFO= ${PORTNAME}
.include <bsd.port.mk>