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

19 lines
363 B
Makefile
Raw Normal View History

2008-10-03 06:30:53 -04:00
# $OpenBSD: Makefile,v 1.2 2008/10/03 10:30:53 jasper Exp $
COMMENT= wrapper around the Expect module
MODULES= cpan
2008-10-03 06:30:53 -04:00
DISTNAME= Expect-Simple-0.04
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-Expect
.include <bsd.port.mk>