MFH: r551764

www/rt44: add dependency on textproc/p5-Pod-Parse

Add dependency on textproc/p5-Pod-Parse:
RT::Shredder::POD uses Pod::Select, which is provided by textproc/p5-Pod-Parser

PR:		250197
Reported by:	David Siebörger

Approved by:	portmgr (fix runtime blanket)
This commit is contained in:
Mikael Urankar 2020-10-10 13:07:22 +00:00
parent e9c42dd85f
commit b40a952a51
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=551928
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
PORTNAME= rt
DISTVERSION= 4.4.4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://download.bestpractical.com/pub/rt/release/
PKGNAMESUFFIX= 44

View File

@ -138,6 +138,7 @@ CORE_DEPS= p5-Apache-Session>=1.53:www/p5-Apache-Session \
p5-Net-CIDR>0:net-mgmt/p5-Net-CIDR \
p5-Net-IP>=0:net-mgmt/p5-Net-IP \
p5-Plack>=1.0002:www/p5-Plack \
p5-Pod-Parser>0:textproc/p5-Pod-Parser \
p5-Starlet>0:www/p5-Starlet \
p5-Regexp-Common-net-CIDR>0:textproc/p5-Regexp-Common-net-CIDR \
p5-Regexp-Common>0:textproc/p5-Regexp-Common \