1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/misc/dejagnu/Makefile
Dennis Herrmann d139131a79 - Update to 1.5
PR:		ports/155806
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-03-23 19:07:08 +00:00

29 lines
494 B
Makefile

# New ports collection makefile for: dejagnu
# Date created: 12 October 1996
# Whom: markm
#
# $FreeBSD$
#
PORTNAME= dejagnu
PORTVERSION= 1.5
CATEGORIES= misc tcl tk
MASTER_SITES= GNU
MAINTAINER= ports@FreeBSD.org
COMMENT= Automated program/system tester
BUILD_DEPENDS= expect:${PORTSDIR}/lang/expect
RUN_DEPENDS= expect:${PORTSDIR}/lang/expect
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= runtest.1
INFO= ${PORTNAME}
.include <bsd.port.mk>