diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-10-03 15:01:29 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-10-03 15:01:29 +0000 |
commit | 0c6a9822964e992280aea9e145c7572be2ed3508 (patch) | |
tree | aee80fe06fbd2e23919a255fe94bd6f6e6cba3b8 /devel/p5-Test-Simple | |
parent | d724a32fe476195a05c60e00b6b5b69a0a39b693 (diff) | |
download | ports-0c6a9822964e992280aea9e145c7572be2ed3508.tar.gz ports-0c6a9822964e992280aea9e145c7572be2ed3508.zip |
Notes
Diffstat (limited to 'devel/p5-Test-Simple')
-rw-r--r-- | devel/p5-Test-Simple/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Test-Simple/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Test-Simple/pkg-plist | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile index d649ecc70a2a..a016e450c6ac 100644 --- a/devel/p5-Test-Simple/Makefile +++ b/devel/p5-Test-Simple/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Test-Simple -PORTVERSION= 0.19 +PORTVERSION= 0.30 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Test @@ -16,7 +16,8 @@ MAINTAINER= shell@shellhung.org PERL_CONFIGURE= yes -MAN3= Test::More.3 Test::Simple.3 Test::Tutorial.3 +MAN3= Test::More.3 Test::Simple.3 Test::Tutorial.3 \ + Test::Builder.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/devel/p5-Test-Simple/distinfo b/devel/p5-Test-Simple/distinfo index 7eb9bc171b34..14374b6118d7 100644 --- a/devel/p5-Test-Simple/distinfo +++ b/devel/p5-Test-Simple/distinfo @@ -1 +1 @@ -MD5 (Test-Simple-0.19.tar.gz) = 78b0da6fa889c8d65b800c210b663b3a +MD5 (Test-Simple-0.30.tar.gz) = 5d95769dc7e036a6c93e1f537f3e44c7 diff --git a/devel/p5-Test-Simple/pkg-plist b/devel/p5-Test-Simple/pkg-plist index c842db81042f..94d8804afe20 100644 --- a/devel/p5-Test-Simple/pkg-plist +++ b/devel/p5-Test-Simple/pkg-plist @@ -1,7 +1,7 @@ +lib/perl5/site_perl/%%PERL_VER%%/Test/Builder.pm 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/Tutorial.pod -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%%/%%PERL_ARCH%%/auto/Test 2>/dev/null || true |