1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

- Update to 0.05

- Now it requires Perl 5.8.1 and above
This commit is contained in:
Rong-En Fan 2007-02-04 05:05:20 +00:00
parent a93a88896c
commit 2963212f8a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184084
2 changed files with 7 additions and 8 deletions

View File

@ -6,13 +6,13 @@
#
PORTNAME= Convert-Morse
PORTVERSION= 0.04
PORTVERSION= 0.05
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Convert
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to convert between ASCII and Morse codes
PERL_CONFIGURE= yes
@ -21,9 +21,8 @@ MAN3= Convert::Morse.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
post-patch:
@${PERL} -pi -e '$$_ = "" if /require 5.6.0;/' ${WRKSRC}/lib/Convert/Morse.pm
.if ${PERL_LEVEL} < 500801
IGNORE= this program only support perl 5.8.1 or above
.endif
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (Convert-Morse-0.04.tar.gz) = f92cf8faa43c073f88caccfc1aa900a8
SHA256 (Convert-Morse-0.04.tar.gz) = 1ab419f118da5fe5a5f046e5606035cadbb8303980aacc3f5ee55cabbd8e3005
SIZE (Convert-Morse-0.04.tar.gz) = 5601
MD5 (Convert-Morse-0.05.tar.gz) = 785cf77e1057e19f8a6e735a4736a4b1
SHA256 (Convert-Morse-0.05.tar.gz) = a8bdd3e85077f92145f241c080175ae46fbababc64ecca5f9d00e956f71abee5
SIZE (Convert-Morse-0.05.tar.gz) = 22317