21 lines
445 B
Makefile
21 lines
445 B
Makefile
# $OpenBSD: Makefile,v 1.3 2010/10/18 17:48:08 espie Exp $
|
|
|
|
COMMENT= automated driving and testing of terminal-based programs
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Test-Expect-0.31
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
# 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>
|