diff options
author | seb <seb> | 2010-02-20 11:28:49 +0000 |
---|---|---|
committer | seb <seb> | 2010-02-20 11:28:49 +0000 |
commit | a85e00f99a3f7baf0e4785da92244fa6d8066a45 (patch) | |
tree | 2f86fdcb7e23b43b96686ecd458191ef815263ab | |
parent | d22c66ad34d17fce491859b163b907e83d91cbd0 (diff) | |
download | pkgsrc-a85e00f99a3f7baf0e4785da92244fa6d8066a45.tar.gz |
Initial import of p5-Test-TCP version 0.16 in the NetBSD Packages
Collection.
The Perl 5 module Test::TCP provides test utilities for TCP/IP
program.
-rw-r--r-- | net/p5-Test-TCP/DESCR | 1 | ||||
-rw-r--r-- | net/p5-Test-TCP/Makefile | 24 | ||||
-rw-r--r-- | net/p5-Test-TCP/distinfo | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/net/p5-Test-TCP/DESCR b/net/p5-Test-TCP/DESCR new file mode 100644 index 00000000000..b65d73d9110 --- /dev/null +++ b/net/p5-Test-TCP/DESCR @@ -0,0 +1 @@ +The Perl 5 module Test::TCP provides test utilities for TCP/IP program. diff --git a/net/p5-Test-TCP/Makefile b/net/p5-Test-TCP/Makefile new file mode 100644 index 00000000000..7d95e66a18f --- /dev/null +++ b/net/p5-Test-TCP/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/02/20 11:28:49 seb Exp $ +# + +DISTNAME= Test-TCP-0.16 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Test-TCP/ +COMMENT= Perl 5 module to test TCP program +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Test/TCP/.packlist + +DEPENDS+= p5-Test-SharedFork>=0.09:../../devel/p5-Test-SharedFork +# For test target +BUILD_DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Test-TCP/distinfo b/net/p5-Test-TCP/distinfo new file mode 100644 index 00000000000..f5b18b59424 --- /dev/null +++ b/net/p5-Test-TCP/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/02/20 11:28:49 seb Exp $ + +SHA1 (Test-TCP-0.16.tar.gz) = d26dccfe27ee7c7737908d1ecc51ca5e43241635 +RMD160 (Test-TCP-0.16.tar.gz) = 4e91471e817059fe08ca942e9b3596615de1b82a +Size (Test-TCP-0.16.tar.gz) = 44335 bytes |