openbsd-ports/devel/p5-Test-Expect/Makefile

22 lines
457 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.5 2010/12/03 11:44:36 ajacoutot Exp $
COMMENT= automated driving and testing of terminal-based programs
MODULES= cpan
2008-07-14 09:58:09 -04:00
DISTNAME= Test-Expect-0.31
REVISION= 0
CATEGORIES= devel
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-11-15 14:45:56 -05:00
RUN_DEPENDS= devel/p5-Class-Accessor-Chained \
devel/p5-Expect-Simple
.include <bsd.port.mk>