1
0
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:
Maxim Sobolev 2002-10-24 17:30:59 +00:00
parent e63011f375
commit 5ddfbdae1f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68741
6 changed files with 33 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1 @@
MD5 (String-Parity-1.31.tar.gz) = 489fa7783880c936a056213ac0560bd0

View File

@ -0,0 +1 @@
A perl5 module to generate and test even, odd, mark and space parity

View 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.

View 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