1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

- Fix *_DEPENDS: version 0.76+ is already in all supported Perl releases

- Bump PORTREVISION for dependency change

With hat:	perl
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-03-21 17:17:18 +00:00
parent 411b769ec4
commit cf4cebd29b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381800

View File

@ -3,7 +3,7 @@
PORTNAME= CPAN-Site
PORTVERSION= 1.11
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -19,17 +19,15 @@ BUILD_DEPENDS= p5-Archive-Tar>=1.00:${PORTSDIR}/archivers/p5-Archive-Tar \
p5-CPAN-Checksums>=0:${PORTSDIR}/devel/p5-CPAN-Checksums \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-IO-Zlib>=0:${PORTSDIR}/archivers/p5-IO-Zlib \
p5-Log-Report>=0.25:${PORTSDIR}/devel/p5-Log-Report \
p5-version>=0.76:${PORTSDIR}/devel/p5-version
p5-Log-Report>=0.25:${PORTSDIR}/devel/p5-Log-Report
RUN_DEPENDS= p5-Archive-Tar>=1.00:${PORTSDIR}/archivers/p5-Archive-Tar \
p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2 \
p5-CPAN-Checksums>=0:${PORTSDIR}/devel/p5-CPAN-Checksums \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-IO-Zlib>=0:${PORTSDIR}/archivers/p5-IO-Zlib \
p5-Log-Report>=0.25:${PORTSDIR}/devel/p5-Log-Report \
p5-version>=0.76:${PORTSDIR}/devel/p5-version
p5-Log-Report>=0.25:${PORTSDIR}/devel/p5-Log-Report
USES= perl5
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>