2013-03-11 06:50:00 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2013/03/11 10:50:16 espie Exp $
|
2007-09-20 22:38:59 -04:00
|
|
|
|
|
|
|
COMMENT= wrapper around the Expect module
|
|
|
|
|
|
|
|
MODULES= cpan
|
2008-10-03 06:30:53 -04:00
|
|
|
DISTNAME= Expect-Simple-0.04
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION= 0
|
2007-09-20 22:38:59 -04:00
|
|
|
CATEGORIES= devel
|
2010-10-18 13:47:50 -04:00
|
|
|
USE_GROFF = Yes
|
2007-09-20 22:38:59 -04:00
|
|
|
|
|
|
|
# perl
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2010-11-15 14:45:56 -05:00
|
|
|
RUN_DEPENDS= devel/p5-Expect
|
2007-09-20 22:38:59 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|