- This needs Module::Install to build
Overlooked by: ijliao
This commit is contained in:
parent
4c86472fef
commit
9eb7edc899
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204291
1 changed files with 3 additions and 2 deletions
|
@ -14,8 +14,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Parse routine arguments
|
||||
|
||||
BUILD_DEPENDS= p5-Log-Agent>=0.105:${PORTSDIR}/devel/p5-Log-Agent
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= p5-Log-Agent>=0.105:${PORTSDIR}/devel/p5-Log-Agent \
|
||||
${SITE_PERL}/Module/Install.pm:${PORTSDIR}/devel/p5-Module-Install
|
||||
RUN_DEPENDS= p5-Log-Agent>=0.105:${PORTSDIR}/devel/p5-Log-Agent
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue