- Add missing DEPENDS so the module works and tests pass
This commit is contained in:
parent
e6a39b599f
commit
d63ae6a8dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288731
1 changed files with 4 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= Pod-POM
|
PORTNAME= Pod-POM
|
||||||
PORTVERSION= 0.27
|
PORTVERSION= 0.27
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= textproc perl5
|
CATEGORIES= textproc perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
@ -14,8 +15,9 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= POD Object Model
|
COMMENT= POD Object Model
|
||||||
|
|
||||||
BUILD_DEPENDS= p5-parent>=0:${PORTSDIR}/devel/p5-parent
|
BUILD_DEPENDS= p5-parent>=0:${PORTSDIR}/devel/p5-parent \
|
||||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
|
||||||
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue