mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Add missing dependency security/p5-Crypt-OICQ
This module is used, but not listed in Makefile.PL - Bump PORTREVISION - Require Perl 5.8+ since p5-Crypt-OICQ needs it
This commit is contained in:
parent
8789671ed4
commit
c1341c94b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169502
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= oicq
|
||||
PORTVERSION= 0.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= chinese net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= perl-oicq
|
||||
@ -17,7 +18,8 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Implements OICQ messaging protocol
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
|
||||
${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor \
|
||||
${SITE_PERL}/Crypt/OICQ.pm:${PORTSDIR}/security/p5-Crypt-OICQ
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
@ -25,8 +27,8 @@ MAN3= Net::OICQ.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again
|
||||
.if ${PERL_LEVEL} < 500800 # inherits from security/p5-Crypt-OICQ
|
||||
IGNORE= requires perl 5.8.x or later. Install lang/perl5.8 then try again
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
|
Loading…
Reference in New Issue
Block a user