1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- add p5-Business-ISBN-Data-1.10

Business::ISBN::Data - data pack for Business::ISBN

Business::ISBN uses this "data pack" to do its work. You can update
Business::ISBN::Data independently of the main module as the various
ISBN organizations assign new publisher codes. The ISBN agency lists
these data at http://www.isbn-international.org/identifiers.html.

The distribution should include the kludegy script used to extract
the data and format the data structure.

WWW:		http://search.cpan.org/dist/Business-ISBN-Data/
This commit is contained in:
Yen-Ming Lee 2005-09-22 15:51:08 +00:00
parent d9da410366
commit 480aceb714
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143369
5 changed files with 41 additions and 0 deletions

View File

@ -323,6 +323,7 @@
SUBDIR += p5-Array-RefElem SUBDIR += p5-Array-RefElem
SUBDIR += p5-Asterisk SUBDIR += p5-Asterisk
SUBDIR += p5-Business-ISBN SUBDIR += p5-Business-ISBN
SUBDIR += p5-Business-ISBN-Data
SUBDIR += p5-Business-ISIN SUBDIR += p5-Business-ISIN
SUBDIR += p5-Business-ISSN SUBDIR += p5-Business-ISSN
SUBDIR += p5-Business-UPS SUBDIR += p5-Business-UPS

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: p5-Business-ISBN-Data
# Date created: 22 Sep 2005
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Business-ISBN-Data
PORTVERSION= 1.10
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Business
PKGNAMEPREFIX= p5-
MAINTAINER= leeym@FreeBSD.org
COMMENT= Data pack for Business::ISBN
PERL_CONFIGURE= yes
MAN3= Business::ISBN::Data.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (Business-ISBN-Data-1.10.tar.gz) = d2eb34fe42ca242828bf28f6052f9530
SIZE (Business-ISBN-Data-1.10.tar.gz) = 9572

View File

@ -0,0 +1,9 @@
Business::ISBN uses this "data pack" to do its work. You can update
Business::ISBN::Data independently of the main module as the various
ISBN organizations assign new publisher codes. The ISBN agency lists
these data at http://www.isbn-international.org/identifiers.html.
The distribution should include the kludegy script used to extract the
data and format the data structure.
WWW: http://search.cpan.org/dist/Business-ISBN/

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/Business/ISBN/Data.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/ISBN/Data/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/ISBN/Data
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/ISBN 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Business 2>/dev/null || true
@dirrm %%SITE_PERL%%/Business/ISBN
@unexec rmdir %D/%%SITE_PERL%%/Business 2>/dev/null || true