1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Fix *_DEPENDS: ExtUtils::MakeMaker 7.00+ is already in Perl 5.22+

- Bump PORTREVISION for dependency change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2016-04-23 06:47:44 +00:00
parent b96b90ef2e
commit bb13c673a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413823

View File

@ -3,6 +3,7 @@
PORTNAME= Inline-C
PORTVERSION= 0.76
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -13,8 +14,7 @@ COMMENT= Write Perl Subroutines in C
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=7.00:devel/p5-ExtUtils-MakeMaker \
p5-Inline>=0.79:devel/p5-Inline \
BUILD_DEPENDS= p5-Inline>=0.79:devel/p5-Inline \
p5-Parse-RecDescent>=1.967.009:devel/p5-Parse-RecDescent \
p5-Pegex>=0.58:devel/p5-Pegex
RUN_DEPENDS:= ${BUILD_DEPENDS}
@ -30,4 +30,11 @@ NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 502200
BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=7.00:devel/p5-ExtUtils-MakeMaker
RUN_DEPENDS+= p5-ExtUtils-MakeMaker>=7.00:devel/p5-ExtUtils-MakeMaker
.endif
.include <bsd.port.post.mk>