diff options
author | mjl <mjl> | 2003-01-02 15:19:17 +0000 |
---|---|---|
committer | mjl <mjl> | 2003-01-02 15:19:17 +0000 |
commit | 933ebc667de930f84656453b06a67bd91cceb515 (patch) | |
tree | 5943d73e5599b02b9b0beb099d2f6472ca4cc0bd /devel/p5-Test-Inline | |
parent | c037e1466dc0d6169e4473298b7fdd7fb4dc56bf (diff) | |
download | pkgsrc-933ebc667de930f84656453b06a67bd91cceb515.tar.gz |
Import of p5-Test-Inline 0.15
Test::Inline is a way to embed tests in the same file as your source code
rather than in a seperate file. The idea is, the closer your tests are to
your code and docs, the more likely you'll keep them up to date.
Diffstat (limited to 'devel/p5-Test-Inline')
-rw-r--r-- | devel/p5-Test-Inline/DESCR | 3 | ||||
-rw-r--r-- | devel/p5-Test-Inline/Makefile | 19 | ||||
-rw-r--r-- | devel/p5-Test-Inline/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Test-Inline/distinfo | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/devel/p5-Test-Inline/DESCR b/devel/p5-Test-Inline/DESCR new file mode 100644 index 00000000000..2b8ad5ed981 --- /dev/null +++ b/devel/p5-Test-Inline/DESCR @@ -0,0 +1,3 @@ +Test::Inline is a way to embed tests in the same file as your source code +rather than in a seperate file. The idea is, the closer your tests are to +your code and docs, the more likely you'll keep them up to date. diff --git a/devel/p5-Test-Inline/Makefile b/devel/p5-Test-Inline/Makefile new file mode 100644 index 00000000000..f48c6bd6690 --- /dev/null +++ b/devel/p5-Test-Inline/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/01/02 15:19:17 mjl Exp $ + +DISTNAME= Test-Inline-0.15 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5tin +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} + +MAINTAINER= packages@netbsd.org +COMMENT= Inlining your tests next to the code being tested + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Test/Inline/.packlist + +DEPENDS+= p5-Test-Simple>=0.33:../p5-Test-Simple +DEPENDS+= p5-Test-Harness>=1.22:../p5-Test-Harness + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Test-Inline/PLIST b/devel/p5-Test-Inline/PLIST new file mode 100644 index 00000000000..ebb4237e959 --- /dev/null +++ b/devel/p5-Test-Inline/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/02 15:19:17 mjl Exp $ diff --git a/devel/p5-Test-Inline/distinfo b/devel/p5-Test-Inline/distinfo new file mode 100644 index 00000000000..802213478df --- /dev/null +++ b/devel/p5-Test-Inline/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/01/02 15:19:17 mjl Exp $ + +SHA1 (Test-Inline-0.15.tar.gz) = 7534cd7707a9a99e9fa4b3b42ae0ce7f9805e186 +Size (Test-Inline-0.15.tar.gz) = 14074 bytes |