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

20 lines
429 B
Makefile
Raw Normal View History

2008-07-14 09:58:09 -04:00
# $OpenBSD: Makefile,v 1.2 2008/07/14 13:58:09 dhill 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
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-Class-Accessor-Chained \
::devel/p5-Expect-Simple
.include <bsd.port.mk>