freebsd-ports/devel/p5-Expect-Simple/Makefile
2013-10-29 09:01:39 +00:00

19 lines
382 B
Makefile

# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
PORTNAME= Expect-Simple
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Wrapper around the Expect module
BUILD_DEPENDS= p5-Expect>=0:${PORTSDIR}/lang/p5-Expect
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>