- Update to 1.56
- Add TEST_DEPENDS - Remove outdated PERL_LEVEL check Changes: http://search.cpan.org/dist/CAM-PDF/CHANGES
This commit is contained in:
parent
5e1484a800
commit
2d5507e60a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287566
2 changed files with 8 additions and 11 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= CAM-PDF
|
||||
PORTVERSION= 1.55
|
||||
PORTVERSION= 1.56
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:CDOLAN
|
||||
|
@ -20,9 +20,12 @@ LICENSE_COMB= dual
|
|||
|
||||
BUILD_DEPENDS= p5-Crypt-RC4>=2.02:${PORTSDIR}/security/p5-Crypt-RC4 \
|
||||
p5-Text-PDF>=0.29:${PORTSDIR}/print/p5-Text-PDF
|
||||
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
TEST_DEPENDS= p5-Test-Memory-Cycle>=1.02:${PORTSDIR}/devel/p5-Test-Memory-Cycle \
|
||||
p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
|
||||
p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN1= appendpdf.pl.1 changepagestring.pl.1 changepdfstring.pl.1 \
|
||||
|
@ -50,10 +53,4 @@ post-install:
|
|||
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500703
|
||||
RUN_DEPENDS+= p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (CAM-PDF-1.55.tar.gz) = 047722934a25a5cfcdfca11dab2823d86619f2cf91b07d0b5bc0cdfd5736ca9a
|
||||
SIZE (CAM-PDF-1.55.tar.gz) = 766386
|
||||
SHA256 (CAM-PDF-1.56.tar.gz) = ff69e72e033babcc86d05c4c303aa0896f54598e47eaa7294ef19f85b8fe6f67
|
||||
SIZE (CAM-PDF-1.56.tar.gz) = 766529
|
||||
|
|
Loading…
Reference in a new issue