summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Inline/Makefile
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2003-01-02 15:19:17 +0000
committermjl <mjl@pkgsrc.org>2003-01-02 15:19:17 +0000
commitee2b32819694e00bfcc1bc55b3682afa98969bb1 (patch)
tree5943d73e5599b02b9b0beb099d2f6472ca4cc0bd /devel/p5-Test-Inline/Makefile
parent887dd830710e61b5f632817fb521b98eafcfb939 (diff)
downloadpkgsrc-ee2b32819694e00bfcc1bc55b3682afa98969bb1.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/Makefile')
-rw-r--r--devel/p5-Test-Inline/Makefile19
1 files changed, 19 insertions, 0 deletions
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"