diff options
Diffstat (limited to 'devel/p5-IO-CaptureOutput/Makefile')
-rw-r--r-- | devel/p5-IO-CaptureOutput/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-IO-CaptureOutput/Makefile b/devel/p5-IO-CaptureOutput/Makefile index c65d5ffe61ef..7ff58992e55b 100644 --- a/devel/p5-IO-CaptureOutput/Makefile +++ b/devel/p5-IO-CaptureOutput/Makefile @@ -6,11 +6,12 @@ # PORTNAME= IO-CaptureOutput -PORTVERSION= 1.06 +PORTVERSION= 1.06.01 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= IO PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= lth@FreeBSD.org COMMENT= Capture STDOUT/STDERR from subprocesses and XS/C modules |