mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Add p5-String-Parity 1.31, a perl5 module to generate and test
even, odd, mark and space parity on strings.
This commit is contained in:
parent
e63011f375
commit
5ddfbdae1f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68741
@ -569,6 +569,7 @@
|
||||
SUBDIR += p5-String-CRC32
|
||||
SUBDIR += p5-String-Checker
|
||||
SUBDIR += p5-String-LRC
|
||||
SUBDIR += p5-String-Parity
|
||||
SUBDIR += p5-String-Random
|
||||
SUBDIR += p5-String-RexxParse
|
||||
SUBDIR += p5-String-Similarity
|
||||
|
23
devel/p5-String-Parity/Makefile
Normal file
23
devel/p5-String-Parity/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: String::Parity
|
||||
# Date created: 24 October 2002
|
||||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= String-Parity
|
||||
PORTVERSION= 1.31
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= String
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
MAN3= String::Parity.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-String-Parity/distinfo
Normal file
1
devel/p5-String-Parity/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (String-Parity-1.31.tar.gz) = 489fa7783880c936a056213ac0560bd0
|
1
devel/p5-String-Parity/pkg-comment
Normal file
1
devel/p5-String-Parity/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A perl5 module to generate and test even, odd, mark and space parity
|
2
devel/p5-String-Parity/pkg-descr
Normal file
2
devel/p5-String-Parity/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
The String::Parity module for perl5 may be used to generate and test
|
||||
even, odd, mark and space parity on arbitrary strings.
|
5
devel/p5-String-Parity/pkg-plist
Normal file
5
devel/p5-String-Parity/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/String/Parity.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/Parity/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/Parity
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/String
|
Loading…
Reference in New Issue
Block a user