2013-06-02 19:02:45 +02:00
|
|
|
# Created by: Seamus Venasse <svenasse@polaris.ca>
|
2001-12-30 17:04:08 +01:00
|
|
|
|
2007-10-04 04:46:37 +02:00
|
|
|
PORTNAME= Business-ISBN
|
2021-02-01 20:46:07 +01:00
|
|
|
PORTVERSION= 3.006
|
2007-10-04 04:46:37 +02:00
|
|
|
CATEGORIES= misc perl5
|
2016-06-21 17:08:51 +02:00
|
|
|
MASTER_SITES= CPAN/Business CPAN
|
2015-12-21 19:34:25 +01:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:BDFOY
|
2007-10-04 04:46:37 +02:00
|
|
|
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
|
|
|
|
2016-10-07 11:21:52 +02:00
|
|
|
LICENSE= ART20
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2005-09-22 18:13:20 +02:00
|
|
|
|
2018-10-06 15:06:42 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2020-01-13 18:48:04 +01:00
|
|
|
RUN_DEPENDS= p5-Business-ISBN-Data>=20191107:misc/p5-Business-ISBN-Data
|
2016-04-01 16:16:16 +02:00
|
|
|
TEST_DEPENDS= p5-GD-Barcode>=0:graphics/p5-GD-Barcode
|
2001-12-30 17:04:08 +01:00
|
|
|
|
2020-01-13 18:48:04 +01:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
2012-05-31 13:19:32 +02:00
|
|
|
OPTIONS_DEFINE= BARCODE XISBN
|
|
|
|
BARCODE_DESC= Barcode support
|
|
|
|
XISBN_DESC= xISBN support
|
2008-10-30 05:27:26 +01:00
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
BARCODE_BUILD_DEPENDS= p5-GD-Barcode>=0:graphics/p5-GD-Barcode
|
|
|
|
BARCODE_RUN_DEPENDS= p5-GD-Barcode>=0:graphics/p5-GD-Barcode
|
|
|
|
XISBN_BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww
|
|
|
|
XISBN_RUN_DEPENDS= p5-libwww>=0:www/p5-libwww
|
2008-10-30 05:27:26 +01:00
|
|
|
|
2016-01-02 00:39:45 +01:00
|
|
|
.include <bsd.port.mk>
|