2001-12-30 17:04:08 +01:00
|
|
|
# New ports collection makefile for: Business::ISBN
|
|
|
|
# Date created: 30 Dec 2001
|
|
|
|
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2007-10-04 04:46:37 +02:00
|
|
|
PORTNAME= Business-ISBN
|
2009-01-27 09:43:01 +01:00
|
|
|
PORTVERSION= 2.05
|
2007-10-04 04:46:37 +02:00
|
|
|
CATEGORIES= misc perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
2001-12-30 17:04:08 +01:00
|
|
|
|
2007-10-04 04:46:37 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= Work with International Standard Book Numbers
|
2001-12-30 17:04:08 +01:00
|
|
|
|
2008-10-30 05:27:26 +01:00
|
|
|
RUN_DEPENDS= p5-Business-ISBN-Data>=20081020:${PORTSDIR}/misc/p5-Business-ISBN-Data
|
2005-09-22 18:13:20 +02:00
|
|
|
|
2007-10-04 04:46:37 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2001-12-30 17:04:08 +01:00
|
|
|
|
2007-10-04 04:46:37 +02:00
|
|
|
MAN3= ISBN.3 ISBN10.3 ISBN13.3
|
2005-09-22 18:13:20 +02:00
|
|
|
|
2007-10-04 04:46:37 +02:00
|
|
|
PLIST_FILES= ${SITE_PERL_REL}/Business/ISBN.pm \
|
|
|
|
${SITE_PERL_REL}/Business/ISBN10.pm \
|
|
|
|
${SITE_PERL_REL}/Business/ISBN13.pm \
|
|
|
|
${SITE_PERL_REL}/${PERL_ARCH}/auto/Business/ISBN/.packlist
|
2001-12-30 17:04:08 +01:00
|
|
|
|
2008-10-30 05:27:26 +01:00
|
|
|
OPTIONS= BARCODE "Barcode support" off \
|
|
|
|
XISBN "xISBN support" off
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if defined(WITH_BARCODE)
|
|
|
|
RUN_DEPENDS+= p5-GD-Barcode>=0:${PORTSDIR}/graphics/p5-GD-Barcode
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(WITH_XISBN)
|
|
|
|
RUN_DEPENDS+= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|