diff options
author | lth <lth@FreeBSD.org> | 2009-03-25 16:58:53 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2009-03-25 16:58:53 +0800 |
commit | f18b5fe3e00672a97916bebc52d493e18a241fc4 (patch) | |
tree | 0956fd6635ba2df26e418c4f4bb1ccc213d9d6bd /devel/p5-Test-POE-Client-TCP | |
parent | 8b0c573273e6698c127d4c9e373a559672f18812 (diff) | |
download | freebsd-ports-gnome-f18b5fe3e00672a97916bebc52d493e18a241fc4.tar.gz freebsd-ports-gnome-f18b5fe3e00672a97916bebc52d493e18a241fc4.tar.zst freebsd-ports-gnome-f18b5fe3e00672a97916bebc52d493e18a241fc4.zip |
Add p5-Test-POE-Client-TCP 0.10, a POE Component providing TCP client
services for test cases.
Diffstat (limited to 'devel/p5-Test-POE-Client-TCP')
-rw-r--r-- | devel/p5-Test-POE-Client-TCP/Makefile | 24 | ||||
-rw-r--r-- | devel/p5-Test-POE-Client-TCP/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Test-POE-Client-TCP/pkg-descr | 5 | ||||
-rw-r--r-- | devel/p5-Test-POE-Client-TCP/pkg-plist | 10 |
4 files changed, 42 insertions, 0 deletions
diff --git a/devel/p5-Test-POE-Client-TCP/Makefile b/devel/p5-Test-POE-Client-TCP/Makefile new file mode 100644 index 000000000000..6803272c48e4 --- /dev/null +++ b/devel/p5-Test-POE-Client-TCP/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: Test-POE-Client-TCP +# Date created: 25 Mar 2009 +# Whom: Lars Thegler <lth@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Test-POE-Client-TCP +PORTVERSION= 0.10 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= lth@FreeBSD.org +COMMENT= A POE Component providing TCP client services for test cases + +BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Test::POE::Client::TCP.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Test-POE-Client-TCP/distinfo b/devel/p5-Test-POE-Client-TCP/distinfo new file mode 100644 index 000000000000..d787dc07cd41 --- /dev/null +++ b/devel/p5-Test-POE-Client-TCP/distinfo @@ -0,0 +1,3 @@ +MD5 (Test-POE-Client-TCP-0.10.tar.gz) = 54dbc2f30be20500097156876e0e1368 +SHA256 (Test-POE-Client-TCP-0.10.tar.gz) = b4e7c37d6d95d969573bd028ad955f7530d4dd494cc59f03c0266403cb7ac182 +SIZE (Test-POE-Client-TCP-0.10.tar.gz) = 30765 diff --git a/devel/p5-Test-POE-Client-TCP/pkg-descr b/devel/p5-Test-POE-Client-TCP/pkg-descr new file mode 100644 index 000000000000..4a130015380a --- /dev/null +++ b/devel/p5-Test-POE-Client-TCP/pkg-descr @@ -0,0 +1,5 @@ +Test::POE::Client::TCP is a POE component that provides a TCP client +framework for inclusion in client component test cases, instead of +having to roll your own. + +WWW: http://search.cpan.org/dist/Test-POE-Client-TCP/ diff --git a/devel/p5-Test-POE-Client-TCP/pkg-plist b/devel/p5-Test-POE-Client-TCP/pkg-plist new file mode 100644 index 000000000000..296e1baa7a25 --- /dev/null +++ b/devel/p5-Test-POE-Client-TCP/pkg-plist @@ -0,0 +1,10 @@ +%%SITE_PERL%%/Test/POE/Client/TCP.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/POE/Client/TCP/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/POE/Client/TCP +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/POE/Client +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/POE +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto +@dirrmtry %%SITE_PERL%%/Test/POE/Client +@dirrmtry %%SITE_PERL%%/Test/POE +@dirrmtry %%SITE_PERL%%/Test |