Add p5-Convert-Morse 0.0.2, perl module to convert between ASCII and Morse
codes.
This commit is contained in:
parent
8ea13c5d5f
commit
48d32e1fe6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36699
6 changed files with 38 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
SUBDIR += mule-ucs-emacs20
|
||||
SUBDIR += p5-Convert-ASN1
|
||||
SUBDIR += p5-Convert-BER
|
||||
SUBDIR += p5-Convert-Morse
|
||||
SUBDIR += p5-Convert-Recode
|
||||
SUBDIR += p5-Convert-TNEF
|
||||
SUBDIR += p5-Convert-UU
|
||||
|
|
31
converters/p5-Convert-Morse/Makefile
Normal file
31
converters/p5-Convert-Morse/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# New ports collection makefile for: Convert-Morse
|
||||
# Date created: Wed Jan 3 16:37:55 2001
|
||||
# Whom: will
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Convert-Morse
|
||||
PORTVERSION= 0.0.2
|
||||
CATEGORIES= converters perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Convert
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500007
|
||||
#BROKEN= "Requires perl 5.6.0"
|
||||
.endif
|
||||
|
||||
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
|
||||
NO_WRKSUBDIR= yes
|
||||
USE_PERL5= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Convert::Morse.3
|
||||
|
||||
.include <bsd.port.post.mk>
|
1
converters/p5-Convert-Morse/distinfo
Normal file
1
converters/p5-Convert-Morse/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Convert-Morse-0.0.2.tar.gz) = cd87e99c9323bf10d124a428537ecb88
|
1
converters/p5-Convert-Morse/pkg-comment
Normal file
1
converters/p5-Convert-Morse/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Perl module to convert between ASCII and Morse codes
|
1
converters/p5-Convert-Morse/pkg-descr
Normal file
1
converters/p5-Convert-Morse/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
|||
Perl module to convert between ASCII and Morse codes
|
3
converters/p5-Convert-Morse/pkg-plist
Normal file
3
converters/p5-Convert-Morse/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/Convert/Morse.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Convert/Morse/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Convert/Morse
|
Loading…
Reference in a new issue