mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Add missing DEPENDS
- Move some test only DEPENDS to TEST_DEPENDS - Sort DEPENDS PR: ports/165237 Approved by: maintainer timeout (clsung, > 2 weeks)
This commit is contained in:
parent
8df1fa42ae
commit
b0647f197f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292718
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= Module-Build-Convert
|
||||
PORTVERSION= 0.49
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -14,10 +15,13 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= Makefile.PL to Build.PL converter
|
||||
|
||||
BUILD_DEPENDS= p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \
|
||||
BUILD_DEPENDS= p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir \
|
||||
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
|
||||
p5-IO-Prompt>=0:${PORTSDIR}/devel/p5-IO-Prompt \
|
||||
p5-PPI>=0:${PORTSDIR}/textproc/p5-PPI
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \
|
||||
p5-Test-Pod-Coverage>=1.04:${PORTSDIR}/devel/p5-Test-Pod-Coverage
|
||||
RUN_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
|
||||
p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user