mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 14:50:31 -04:00
- add missing dependency
PR: based on 79719 Submitted by: Stephen Gunn <csg@waterspout.com>
This commit is contained in:
parent
3a134189b5
commit
ee170e677b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132823
1 changed files with 10 additions and 5 deletions
|
@ -16,7 +16,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Perl API for memcached, a distributed memory cache daemon
|
||||
|
||||
RUN_DEPENDS= memcached:${PORTSDIR}/databases/memcached
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/String/CRC32.pm:${PORTSDIR}/devel/p5-String-CRC32
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/String/CRC32.pm:${PORTSDIR}/devel/p5-String-CRC32 \
|
||||
memcached:${PORTSDIR}/databases/memcached
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
@ -25,10 +27,13 @@ MAN3= Cache::Memcached.3
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} <= 500600
|
||||
BUILD_DEPENDS+= \
|
||||
${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
|
||||
RUN_DEPENDS+= \
|
||||
${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
|
||||
.endif
|
||||
|
||||
.if ${PERL_LEVEL} <= 500800
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue