diff options
Diffstat (limited to 'net/p5-Net-Hiveminder/Makefile')
-rw-r--r-- | net/p5-Net-Hiveminder/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/p5-Net-Hiveminder/Makefile b/net/p5-Net-Hiveminder/Makefile index b8dd8c9596a3..d63c43f4ffd5 100644 --- a/net/p5-Net-Hiveminder/Makefile +++ b/net/p5-Net-Hiveminder/Makefile @@ -15,11 +15,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to hiveminder.com -RUN_DEPENDS= ${SITE_PERL}/Email/Simple/Creator.pm:${PORTSDIR}/mail/p5-Email-Simple \ - ${SITE_PERL}/${PERL_ARCH}/Moose.pm:${PORTSDIR}/devel/p5-Moose \ - ${SITE_PERL}/Term/Encoding.pm:${PORTSDIR}/devel/p5-Term-Encoding \ - ${SITE_PERL}/Net/Jifty.pm:${PORTSDIR}/net/p5-Net-Jifty \ - ${SITE_PERL}/Number/RecordLocator.pm:${PORTSDIR}/converters/p5-Number-RecordLocator +RUN_DEPENDS= p5-Email-Simple>=0:${PORTSDIR}/mail/p5-Email-Simple \ + p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ + p5-Term-Encoding>=0:${PORTSDIR}/devel/p5-Term-Encoding \ + p5-Net-Jifty>=0:${PORTSDIR}/net/p5-Net-Jifty \ + p5-Number-RecordLocator>=0:${PORTSDIR}/converters/p5-Number-RecordLocator BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |