diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-30 03:10:50 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-30 03:10:50 +0000 |
commit | 516ddfa29c54c2d8547731a109b49ee89c19d4fb (patch) | |
tree | b9847ef2e3b1234678b160d8eac71c14ebc5c9a3 /devel/p5-Test-Mock-LWP-Dispatch/Makefile | |
parent | 46f71d41f9c490d1e7e37730c2c2857b0481fec7 (diff) | |
download | ports-516ddfa29c54c2d8547731a109b49ee89c19d4fb.tar.gz ports-516ddfa29c54c2d8547731a109b49ee89c19d4fb.zip |
Notes
Diffstat (limited to 'devel/p5-Test-Mock-LWP-Dispatch/Makefile')
-rw-r--r-- | devel/p5-Test-Mock-LWP-Dispatch/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/devel/p5-Test-Mock-LWP-Dispatch/Makefile b/devel/p5-Test-Mock-LWP-Dispatch/Makefile new file mode 100644 index 000000000000..e6737e54b08e --- /dev/null +++ b/devel/p5-Test-Mock-LWP-Dispatch/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: p5-Test-Mock-LWP-Dispatch +# Date created: 2012-04-30 +# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Test-Mock-LWP-Dispatch +PORTVERSION= 0.03 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Mocks LWP::UserAgent and dispatches your requests/responses + +BUILD_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ + p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} + +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception + +PERL_CONFIGURE= yes + +MAN3= Test::Mock::LWP::Dispatch.3 + +.include <bsd.port.mk> |