mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- Avoid use of SITE_PERL in DEPENDS
This commit is contained in:
parent
8cea4ad1df
commit
d3c83ca3b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295656
@ -15,8 +15,8 @@ MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Convert Date::Manip dates and durations to DateTimes and vice versa
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
|
||||
${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip
|
||||
RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
|
||||
p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user