Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Test-Script-Run / Makefile
1 # Created by: Wen Heping <wen@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Test-Script-Run
5 PORTVERSION=    0.08
6 PORTREVISION=   1
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Test the script with run
13
14 RUN_DEPENDS=    p5-IPC-Run3>=0:${PORTSDIR}/devel/p5-IPC-Run3 \
15                 p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
16 BUILD_DEPENDS:= ${RUN_DEPENDS}
17
18 USES=           perl5
19 USE_PERL5=      configure
20
21 .include <bsd.port.mk>