aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-Convert-Morse
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2005-02-24 16:47:04 +0000
committerLars Thegler <lth@FreeBSD.org>2005-02-24 16:47:04 +0000
commit5c9bcdd9507a4b9de4580f9ed4f6958feeed02d6 (patch)
treea68d89b854767a4d66c19b076f3ac278fd30d1e2 /converters/p5-Convert-Morse
parent76c4e7dbc74c1e523b91cb57b9256a6d44b65de4 (diff)
downloadports-5c9bcdd9507a4b9de4580f9ed4f6958feeed02d6.tar.gz
ports-5c9bcdd9507a4b9de4580f9ed4f6958feeed02d6.zip
Notes
Diffstat (limited to 'converters/p5-Convert-Morse')
-rw-r--r--converters/p5-Convert-Morse/Makefile11
-rw-r--r--converters/p5-Convert-Morse/distinfo4
-rw-r--r--converters/p5-Convert-Morse/pkg-descr2
3 files changed, 10 insertions, 7 deletions
diff --git a/converters/p5-Convert-Morse/Makefile b/converters/p5-Convert-Morse/Makefile
index 1fb5dcc276c7..5a1e5adfb225 100644
--- a/converters/p5-Convert-Morse/Makefile
+++ b/converters/p5-Convert-Morse/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Convert-Morse
-PORTVERSION= 0.03
+PORTVERSION= 0.04
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Convert
@@ -17,12 +17,13 @@ COMMENT= Perl module to convert between ASCII and Morse codes
PERL_CONFIGURE= yes
+MAN3= Convert::Morse.3
+
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500007
-#BROKEN= "Requires perl 5.6.0"
+.if ${PERL_LEVEL} < 500600
+post-patch:
+ @${PERL} -pi -e '$$_ = "" if /require 5.6.0;/' ${WRKSRC}/lib/Convert/Morse.pm
.endif
-MAN3= Convert::Morse.3
-
.include <bsd.port.post.mk>
diff --git a/converters/p5-Convert-Morse/distinfo b/converters/p5-Convert-Morse/distinfo
index 4fc4fe6de217..69a13f159019 100644
--- a/converters/p5-Convert-Morse/distinfo
+++ b/converters/p5-Convert-Morse/distinfo
@@ -1,2 +1,2 @@
-MD5 (Convert-Morse-0.03.tar.gz) = f6df3b07efba69a1fe4b87870c706dc7
-SIZE (Convert-Morse-0.03.tar.gz) = 4406
+MD5 (Convert-Morse-0.04.tar.gz) = f92cf8faa43c073f88caccfc1aa900a8
+SIZE (Convert-Morse-0.04.tar.gz) = 5601
diff --git a/converters/p5-Convert-Morse/pkg-descr b/converters/p5-Convert-Morse/pkg-descr
index 64eab993bdfa..81957818d5ee 100644
--- a/converters/p5-Convert-Morse/pkg-descr
+++ b/converters/p5-Convert-Morse/pkg-descr
@@ -1 +1,3 @@
Perl module to convert between ASCII and Morse codes
+
+WWW: http://search.cpan.org/dist/Convert-Morse/