mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Update to 0.04
Now works on perl 5.005_03 Added WWW
This commit is contained in:
parent
76c4e7dbc7
commit
5c9bcdd950
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129683
@ -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
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500007
|
||||
#BROKEN= "Requires perl 5.6.0"
|
||||
.endif
|
||||
|
||||
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
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -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
|
||||
|
@ -1 +1,3 @@
|
||||
Perl module to convert between ASCII and Morse codes
|
||||
|
||||
WWW: http://search.cpan.org/dist/Convert-Morse/
|
||||
|
Loading…
Reference in New Issue
Block a user