openbsd-ports/devel/p5-Expect-Simple/Makefile
msf 22f30638f6 initial import of Expect::Simple 0.03
Expect::Simple is a wrapper around the Expect module which should
suffice for simple applications. It hides most of the Expect machinery;
the Expect object is available for tweaking if need be.
2007-09-21 02:38:59 +00:00

19 lines
364 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/09/21 02:38:59 msf Exp $
COMMENT= wrapper around the Expect module
MODULES= cpan
DISTNAME= Expect-Simple-0.03
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::devel/p5-Expect
.include <bsd.port.mk>