diff options
Diffstat (limited to 'devel/p5-POE-Test-Loops/Makefile')
-rw-r--r-- | devel/p5-POE-Test-Loops/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-POE-Test-Loops/Makefile b/devel/p5-POE-Test-Loops/Makefile index c885b8b639f8..aa0b0a91c1d5 100644 --- a/devel/p5-POE-Test-Loops/Makefile +++ b/devel/p5-POE-Test-Loops/Makefile @@ -6,9 +6,9 @@ # PORTNAME= POE-Test-Loops -PORTVERSION= 1.036 +PORTVERSION= 1.040 CATEGORIES= devel perl5 -MASTER_SITES= CPAN +MASTER_SITES= CPAN/${PORTNAME:C/-.*//}/RCAPUTO PKGNAMEPREFIX= p5- MAINTAINER= freebsd@beardz.net @@ -16,7 +16,7 @@ COMMENT= Reusable tests for POE Loop authors PERL_CONFIGURE= yes -MAN3= POE::Test::Loops.3 -MAN1= poe-gen-tests.1 +MAN1= poe-gen-tests.1 +MAN3= POE::Test::Loops.3 .include <bsd.port.mk> |