diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2005-02-14 16:40:20 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2005-02-14 16:40:20 +0000 |
commit | cc700f48abfc55aa2bdc4585e79cea389895b83a (patch) | |
tree | 7e1eb669b4a819f0c71deca0e9f0a241c826b87e /devel/p5-Test-Tester | |
parent | 9218fb3bbdf8611b5fec5562b0c635b60941ae83 (diff) | |
download | ports-cc700f48abfc55aa2bdc4585e79cea389895b83a.tar.gz ports-cc700f48abfc55aa2bdc4585e79cea389895b83a.zip |
Notes
Diffstat (limited to 'devel/p5-Test-Tester')
-rw-r--r-- | devel/p5-Test-Tester/Makefile | 12 | ||||
-rw-r--r-- | devel/p5-Test-Tester/distinfo | 4 |
2 files changed, 13 insertions, 3 deletions
diff --git a/devel/p5-Test-Tester/Makefile b/devel/p5-Test-Tester/Makefile index 8cc05618dd85..3f9c3194d34d 100644 --- a/devel/p5-Test-Tester/Makefile +++ b/devel/p5-Test-Tester/Makefile @@ -6,11 +6,12 @@ # PORTNAME= Test-Tester -PORTVERSION= 0.09 +PORTVERSION= 0.10.1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Test PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/\1/} MAINTAINER= mat@FreeBSD.org COMMENT= Helps to test various Test::Builder derivatives @@ -22,6 +23,15 @@ INSTALL_TARGET= pure_install MAN3= Test::Tester.3 Test::Tester::Capture.3 \ Test::Tester::CaptureRunner.3 +.if !defined(NOPORTDOCS) +PORTDOCS= CHANGES + +post-install: + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} + @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." +.endif + .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500800 diff --git a/devel/p5-Test-Tester/distinfo b/devel/p5-Test-Tester/distinfo index 545d74952fee..2c74e837c7a6 100644 --- a/devel/p5-Test-Tester/distinfo +++ b/devel/p5-Test-Tester/distinfo @@ -1,2 +1,2 @@ -MD5 (Test-Tester-0.09.tar.gz) = 2862598a4943af6cc563a6ef3ebd05c2 -SIZE (Test-Tester-0.09.tar.gz) = 17269 +MD5 (Test-Tester-0.101.tar.gz) = aee032b2d4589e7906f88e727f445301 +SIZE (Test-Tester-0.101.tar.gz) = 15581 |