diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-02 22:55:17 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-02 22:55:17 +0000 |
commit | c1341c94b0886d64199c07d799605a7cfee9d52e (patch) | |
tree | 5284d4338bc42dc331089b9c1979c0700a2757a1 /chinese/oicq | |
parent | 8789671ed42382fe696a33a741a4c1638ed13451 (diff) | |
download | ports-c1341c94b0886d64199c07d799605a7cfee9d52e.tar.gz ports-c1341c94b0886d64199c07d799605a7cfee9d52e.zip |
Notes
Diffstat (limited to 'chinese/oicq')
-rw-r--r-- | chinese/oicq/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/chinese/oicq/Makefile b/chinese/oicq/Makefile index ce87bd3b7249..db9377187359 100644 --- a/chinese/oicq/Makefile +++ b/chinese/oicq/Makefile @@ -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: |