ports/devel/p5-Expect/Makefile

17 lines
246 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = talk to other applications
V = 1.35
MODULES = cpan
PKG_ARCH = *
DISTNAME = Expect-${V}
CATEGORIES = devel
REVISION = 0
# Perl
PERMIT_PACKAGE = Yes
RUN_DEPENDS = devel/p5-IO-Tty
MODCPAN_EXAMPLES = Yes
.include <bsd.port.mk>