aboutsummaryrefslogtreecommitdiffstats
path: root/misc/dejagnu/Makefile
diff options
context:
space:
mode:
authordhn <dhn@FreeBSD.org>2011-03-24 03:07:08 +0800
committerdhn <dhn@FreeBSD.org>2011-03-24 03:07:08 +0800
commit967a7d39827076becd5da0ca55435399c79e8db5 (patch)
tree68c0640f60123242fe92e8bcc7bbc21bd687663e /misc/dejagnu/Makefile
parent78615672d31f4a01a53f39790214926853ed59b1 (diff)
downloadfreebsd-ports-gnome-967a7d39827076becd5da0ca55435399c79e8db5.tar.gz
freebsd-ports-gnome-967a7d39827076becd5da0ca55435399c79e8db5.tar.zst
freebsd-ports-gnome-967a7d39827076becd5da0ca55435399c79e8db5.zip
- Update to 1.5
PR: ports/155806 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'misc/dejagnu/Makefile')
-rw-r--r--misc/dejagnu/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/misc/dejagnu/Makefile b/misc/dejagnu/Makefile
index c381d4d79334..fbac08d9ec6d 100644
--- a/misc/dejagnu/Makefile
+++ b/misc/dejagnu/Makefile
@@ -6,20 +6,23 @@
#
PORTNAME= dejagnu
-PORTVERSION= 1.4.4
-PORTREVISION= 2
+PORTVERSION= 1.5
CATEGORIES= misc tcl tk
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+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>