freebsd-ports/lang/p5-Expect/Makefile

25 lines
485 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Expect
# Date created: 14 Jan 2000
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= Expect
2007-08-15 02:52:44 +02:00
PORTVERSION= 1.21
CATEGORIES= lang perl5
2007-08-15 02:52:44 +02:00
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
2003-02-21 13:35:09 +01:00
COMMENT= Perl module inspired by the Tcl version of Expect
BUILD_DEPENDS= p5-IO-Tty>=1.03:${PORTSDIR}/devel/p5-IO-Tty
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= 5.8.0+
MAN3= Expect.3
.include <bsd.port.mk>