mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
- update to 2.04
This commit is contained in:
parent
c75df1428b
commit
90821fd472
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222223
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Business-ISBN
|
||||
PORTVERSION= 2.03
|
||||
PORTVERSION= 2.04
|
||||
CATEGORIES= misc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -14,8 +14,7 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Work with International Standard Book Numbers
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Business/ISBN/Data.pm:${PORTSDIR}/misc/p5-Business-ISBN-Data
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= p5-Business-ISBN-Data>=20081020:${PORTSDIR}/misc/p5-Business-ISBN-Data
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
@ -26,4 +25,17 @@ PLIST_FILES= ${SITE_PERL_REL}/Business/ISBN.pm \
|
||||
${SITE_PERL_REL}/Business/ISBN13.pm \
|
||||
${SITE_PERL_REL}/${PERL_ARCH}/auto/Business/ISBN/.packlist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
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>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Business-ISBN-2.03.tar.gz) = 507f90ec2e8f53e138222895444cef4c
|
||||
SHA256 (Business-ISBN-2.03.tar.gz) = 0d8b4b5c106632fbcfe37daa07746c22c04f09614d9b5376da09d297545c2749
|
||||
SIZE (Business-ISBN-2.03.tar.gz) = 355283
|
||||
MD5 (Business-ISBN-2.04.tar.gz) = d5801227af8a061c2a816333be952f71
|
||||
SHA256 (Business-ISBN-2.04.tar.gz) = c9ca0c81ff182eb7240f777ea4063f99b4323055a1c1ef17527072bb08afdd58
|
||||
SIZE (Business-ISBN-2.04.tar.gz) = 355425
|
||||
|
Loading…
Reference in New Issue
Block a user