1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

add p5-Business-ISIN 0.20

Validate International Securities Identification Numbers

PR:		34249
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
Ying-Chieh Liao 2002-06-25 08:45:23 +00:00
parent 22d0f39538
commit 5ed8dda104
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61921
6 changed files with 46 additions and 0 deletions

View File

@ -207,6 +207,7 @@
SUBDIR += p5-Array-RefElem
SUBDIR += p5-Business-CreditCard
SUBDIR += p5-Business-ISBN
SUBDIR += p5-Business-ISIN
SUBDIR += p5-Business-ISSN
SUBDIR += p5-Chatbot-Eliza
SUBDIR += p5-Data-Buffer

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: Business::ISIN
# Date created: 24 Jan 2002
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= Business-ISIN
PORTVERSION= 0.20
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Business
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= svenasse@polaris.ca
BUILD_DEPENDS= ${SITE_PERL}/Locale/Country.pm:${PORTSDIR}/misc/p5-Locale-Codes
RUN_DEPENDS= ${BUILD_DEPENDS}
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
PERL_CONFIGURE= yes
MAN3= Business::ISIN.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Business-ISIN-0.20.tgz) = 7ecaaca5ff42f90298c60564ebdfa33c

View File

@ -0,0 +1 @@
Validate International Securities Identification Numbers

View File

@ -0,0 +1,11 @@
Business::ISIN is a class which validates ISINs
(International Securities Identification Numbers), the
codes which identify shares in much the same way as ISBNs
identify books. An ISIN consists of two letters,
identifying the country of origin of the security
according to ISO 3166, followed by nine characters in
[A-Z0-9], followed by a decimal check digit.
WWW: http://search.cpan.org/search?dist=Business-ISIN
Seamus Venasse <svenasse@polaris.ca>

View File

@ -0,0 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/ISIN/.packlist
lib/perl5/site_perl/%%PERL_VER%%/Business/ISIN.pm
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Business 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/ISIN 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business 2>/dev/null || true