diff options
-rw-r--r-- | devel/p5-File-CountLines/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-File-CountLines/distinfo | 4 |
2 files changed, 5 insertions, 8 deletions
diff --git a/devel/p5-File-CountLines/Makefile b/devel/p5-File-CountLines/Makefile index 91966d5ec7f4..ce755b37eb98 100644 --- a/devel/p5-File-CountLines/Makefile +++ b/devel/p5-File-CountLines/Makefile @@ -1,15 +1,12 @@ -# New ports collection makefile for: devel/p5-File-CountLines -# Date created: 11 March 2010 -# Whom: Anton Berezin <tobez@FreeBSD.org> -# +# Created by: Anton Berezin # $FreeBSD$ -# PORTNAME= File-CountLines -PORTVERSION= 0.0.2 +PORTVERSION= 0.0.3 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Efficiently count the number of line breaks in a file diff --git a/devel/p5-File-CountLines/distinfo b/devel/p5-File-CountLines/distinfo index e636bbe560b6..104c6c05ba34 100644 --- a/devel/p5-File-CountLines/distinfo +++ b/devel/p5-File-CountLines/distinfo @@ -1,2 +1,2 @@ -SHA256 (File-CountLines-0.0.2.tar.gz) = 7b9ec6769810341a3a8aa12395fc2c7f13c0f7461917de84031b929bf0a7495f -SIZE (File-CountLines-0.0.2.tar.gz) = 5260 +SHA256 (File-CountLines-v0.0.3.tar.gz) = cfd97cce7c9613e4e569d47874a2b5704f1be9eced2f0739c870725694382a62 +SIZE (File-CountLines-v0.0.3.tar.gz) = 5983 |