480aceb714
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/
22 lines
454 B
Makefile
22 lines
454 B
Makefile
# 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>
|