freebsd-ports/misc/p5-Business-ISBN-Data/Makefile
Yen-Ming Lee 480aceb714 - 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/
2005-09-22 15:51:08 +00:00

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>