16 lines
264 B
Makefile
16 lines
264 B
Makefile
# $OpenBSD: Makefile,v 1.11 2015/01/21 14:27:57 sthen Exp $
|
|
|
|
COMMENT= talk to other applications
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Expect-1.21
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-IO-Tty>=1.07
|
|
|
|
.include <bsd.port.mk>
|