aboutsummaryrefslogtreecommitdiffstats
path: root/misc/p5-Business-ISBN/Makefile
blob: 1c1819cfbc892d3df7e9e450793603b4c11895e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$

PORTNAME=   Business-ISBN
PORTVERSION=    2.07
CATEGORIES= misc perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Work with International Standard Book Numbers

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

BUILD_DEPENDS=  p5-Business-ISBN-Data>=20081208:${PORTSDIR}/misc/p5-Business-ISBN-Data
RUN_DEPENDS:=   ${BUILD_DEPENDS}
TEST_DEPENDS=   p5-GD-Barcode>=0:${PORTSDIR}/graphics/p5-GD-Barcode

OPTIONS_DEFINE= BARCODE XISBN
BARCODE_DESC=   Barcode support
XISBN_DESC= xISBN support

USES=       perl5
USE_PERL5=  configure

BARCODE_BUILD_DEPENDS=  p5-GD-Barcode>=0:${PORTSDIR}/graphics/p5-GD-Barcode
BARCODE_RUN_DEPENDS=    p5-GD-Barcode>=0:${PORTSDIR}/graphics/p5-GD-Barcode
XISBN_BUILD_DEPENDS=    p5-libwww>=0:${PORTSDIR}/www/p5-libwww
XISBN_RUN_DEPENDS=  p5-libwww>=0:${PORTSDIR}/www/p5-libwww

.include <bsd.port.mk>