diff options
author | rafan <rafan@FreeBSD.org> | 2006-08-02 22:55:17 +0000 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-08-02 22:55:17 +0000 |
commit | 4e98354379e7eb0eca9bf3e9d0f849262802df0c (patch) | |
tree | b343dda83c89954a46b0699ad22f0379ebac8601 /chinese | |
parent | 2e53dad5e0a722f2941b1fc573461437839bee37 (diff) | |
download | FreeBSD-ports-4e98354379e7eb0eca9bf3e9d0f849262802df0c.zip FreeBSD-ports-4e98354379e7eb0eca9bf3e9d0f849262802df0c.tar.gz |
- 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
Diffstat (limited to 'chinese')
-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 ce87bd3..db93771 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: |