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:
parent
d9da410366
commit
480aceb714
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143369
@ -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
|
||||||
|
22
misc/p5-Business-ISBN-Data/Makefile
Normal file
22
misc/p5-Business-ISBN-Data/Makefile
Normal 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>
|
2
misc/p5-Business-ISBN-Data/distinfo
Normal file
2
misc/p5-Business-ISBN-Data/distinfo
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
MD5 (Business-ISBN-Data-1.10.tar.gz) = d2eb34fe42ca242828bf28f6052f9530
|
||||||
|
SIZE (Business-ISBN-Data-1.10.tar.gz) = 9572
|
9
misc/p5-Business-ISBN-Data/pkg-descr
Normal file
9
misc/p5-Business-ISBN-Data/pkg-descr
Normal 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/
|
7
misc/p5-Business-ISBN-Data/pkg-plist
Normal file
7
misc/p5-Business-ISBN-Data/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user