freebsd-ports/misc/dejagnu/Makefile
Pietro Cerutti cb319a43ab - Bump PORTREVISION after lang/expect update
Suggested by:	mat
2014-02-28 10:30:08 +00:00

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>