- Fix *_DEPENDS:
- p5-Module-Pluggable is already in all supported Perl releases - p5-parent is in core since Perl 5.10.1 - Bump PORTREVISION for dependency change
This commit is contained in:
parent
8ca6e5d407
commit
f13776ce4a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295159
1 changed files with 11 additions and 9 deletions
|
@ -7,27 +7,29 @@
|
|||
|
||||
PORTNAME= CatalystX-InjectComponent
|
||||
PORTVERSION= 0.024
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:RKRIMEN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Inject components into your Catalyst application
|
||||
|
||||
BUILD_DEPENDS= p5-Catalyst-Runtime>=5.8:${PORTSDIR}/www/p5-Catalyst-Runtime \
|
||||
p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \
|
||||
p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable \
|
||||
p5-parent>=0:${PORTSDIR}/devel/p5-parent
|
||||
p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector
|
||||
RUN_DEPENDS= p5-Catalyst-Runtime>=5.8:${PORTSDIR}/www/p5-Catalyst-Runtime \
|
||||
p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \
|
||||
p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable \
|
||||
p5-parent>=0:${PORTSDIR}/devel/p5-parent
|
||||
p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector
|
||||
TEST_DEPENDS= p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most
|
||||
|
||||
USE_PERL5= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= CatalystX::InjectComponent.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501001
|
||||
BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
|
||||
RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue