diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-08-12 14:12:12 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-08-12 14:12:12 +0000 |
commit | 56cc85f010fd6cf2fb5b3469de14e23a8eb0e73c (patch) | |
tree | 1a49f31496f1c808202fce512b70d3d0e747aecd /devel/p5-Test-Simple/pkg-plist | |
parent | 3130f45978a74ee631453a06ff8bec297bf1c3a5 (diff) | |
download | FreeBSD-ports-56cc85f010fd6cf2fb5b3469de14e23a8eb0e73c.zip FreeBSD-ports-56cc85f010fd6cf2fb5b3469de14e23a8eb0e73c.tar.gz |
add p5-Test-Simple
Basic utilities for writing tests in perl
PR: 29640
Submitted by: Shell Hung <shell@shellhung.org>
Diffstat (limited to 'devel/p5-Test-Simple/pkg-plist')
-rw-r--r-- | devel/p5-Test-Simple/pkg-plist | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/p5-Test-Simple/pkg-plist b/devel/p5-Test-Simple/pkg-plist new file mode 100644 index 0000000..ee4d650 --- /dev/null +++ b/devel/p5-Test-Simple/pkg-plist @@ -0,0 +1,7 @@ +lib/perl5/site_perl/%%PERL_VER%%/Test/More.pm +lib/perl5/site_perl/%%PERL_VER%%/Test/Simple.pm +lib/perl5/site_perl/%%PERL_VER%%/Test/Utils.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Test/Simple/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Test/Simple +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Test 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Test 2>/dev/null || true |